We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b50ac7 commit c7a71e5Copy full SHA for c7a71e5
website/daily-snapshots
@@ -43,7 +43,7 @@ rm -f /mnt/storage/files/snapshots/*
43
mv release/*.* /mnt/storage/files/snapshots/
44
45
# Rsync to CDN
46
-rsync -va /mnt/storage/files/ cdn:/www/
+rsync --delete-before -va /mnt/storage/files/ cdn:/www/
47
48
# trigger website scan
49
sudo -u builder /home/builder/website/manage.py import_files
website/sync-files-cdn
@@ -13,7 +13,7 @@
13
#
14
15
# rsync to CDN
16
17
18
19
cd /home/builder/website/
0 commit comments