build: Try disabling paralell mode to see if that helps

This commit is contained in:
Starbeamrainbowlabs 2019-04-11 22:07:46 +01:00
parent e8440567a0
commit ea52f93856
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -327,7 +327,7 @@ task_deploy() {
# 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 "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 "mv \"${deploy_root_dir}/www\" \"${deploy_root_dir}/www-old\"";