Fix quoting

This commit is contained in:
2019-02-07 18:04:50 +01:00
parent ea2ccb11a1
commit 43cc1b7e28
+1 -1
View File
@@ -17,6 +17,6 @@ deploy:
- hugo - hugo
- rsync -av --delete --exclude presentations 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 -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 -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}"'
only: only:
- master - master