1 When deploying a large number of file the process which synchronises the local directory with the one on the remote server, rsync, can hang, perhaps due to printing out large amounts of log information.
This is an example command
rsync -avz --no-perms --omit-dir
-times --delete generated-data/experimental/www/doc/ sea-0-joe:/var/www/html/data1.solidarityeconomy.coop
/[project]/
changing -avz option to just -az bypasses the issue.
1 When deploying a large number of file the process which synchronises the local directory with the one on the remote server, rsync, can hang, perhaps due to printing out large amounts of log information.
This is an example command rsync -avz --no-perms --omit-dir -times --delete generated-data/experimental/www/doc/ sea-0-joe:/var/www/html/data1.solidarityeconomy.coop /[project]/
changing -avz option to just -az bypasses the issue.