mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Bugfix: Correct ln -s filepath
This commit is contained in:
parent
f3d7f92cbe
commit
76c1f13f78
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -379,7 +379,7 @@ SFTPCOMMANDS
|
||||||
echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\"";
|
echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\"";
|
||||||
|
|
||||||
if [ "${GIT_REF_NAME}" == "refs/heads/master" ]; then
|
if [ "${GIT_REF_NAME}" == "refs/heads/master" ]; then
|
||||||
echo "ln -s \"../../Air-Quality-Web-Beta/\" \"${deploy_root_dir}/www-new/beta\"";
|
echo "ln -s \"../../Air-Quality-Web-Beta/www/\" \"${deploy_root_dir}/www-new/beta\"";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "mv \"${deploy_root_dir}/www\" \"${deploy_root_dir}/www-old\"";
|
echo "mv \"${deploy_root_dir}/www\" \"${deploy_root_dir}/www-old\"";
|
||||||
|
|
Loading…
Reference in a new issue