We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b6565 commit 8b50ac7Copy full SHA for 8b50ac7
website/daily-snapshots
@@ -42,8 +42,8 @@ rm -f /mnt/storage/files/snapshots/*
42
# Move new files
43
mv release/*.* /mnt/storage/files/snapshots/
44
45
-# sync to CDN
46
-rclone sync -q /mnt/storage/files/ cdn77:/download-object/
+# Rsync to CDN
+rsync -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
@@ -12,8 +12,8 @@
12
# HostName example.cdn77.com
13
#
14
15
16
+# rsync to CDN
17
18
19
cd /home/builder/website/
0 commit comments