Remove ignore-times because it is silly

This commit is contained in:
2019-02-07 20:01:29 +01:00
parent 87c8914f83
commit 42e6ee9c12
+1 -1
View File
@@ -21,7 +21,7 @@ Deploy site:
script: script:
- hugo - hugo
- rsync -av --delete --exclude presentations --ignore-times public/ james@shee.sh:/srv/www/jamesmcdonald - rsync -av --delete --exclude presentations public/ james@shee.sh:/srv/www/jamesmcdonald
- echo "Purging CloudFlare cache" - echo "Purging CloudFlare cache"
- 'curl -s -X POST "https://api.cloudflare.com/client/v4/zones/8f213feeb6709de2ba2b70dd5cfa704e/purge_cache" -H "X-Auth-Email: $CLOUDFLARE_EMAIL" -H "X-Auth-Key: $CLOUDFLARE_KEY" -H "Content-Type: application/json" --data "{\"purge_everything\": true}"' - 'curl -s -X POST "https://api.cloudflare.com/client/v4/zones/8f213feeb6709de2ba2b70dd5cfa704e/purge_cache" -H "X-Auth-Email: $CLOUDFLARE_EMAIL" -H "X-Auth-Key: $CLOUDFLARE_KEY" -H "Content-Type: application/json" --data "{\"purge_everything\": true}"'