mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
build: Try disabling paralell mode to see if that helps
This commit is contained in:
parent
e8440567a0
commit
ea52f93856
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -327,7 +327,7 @@ task_deploy() {
|
||||||
# We have an extra : before the @ here to avoid the password prompt
|
# We have an extra : before the @ here to avoid the password prompt
|
||||||
echo "connect sftp://${deploy_ssh_user}:@${deploy_ssh_host}:${deploy_ssh_port}";
|
echo "connect sftp://${deploy_ssh_user}:@${deploy_ssh_host}:${deploy_ssh_port}";
|
||||||
|
|
||||||
echo "mirror -R -P 3 \"${source_upload_dir}\" \"${deploy_root_dir}/www-new\"";
|
echo "mirror -R \"${source_upload_dir}\" \"${deploy_root_dir}/www-new\"";
|
||||||
echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\"";
|
echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\"";
|
||||||
|
|
||||||
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