chore(ci): add cloudflare deploy hook

- https://developers.cloudflare.com/pages/platform/deploy-hooks
This commit is contained in:
Ming Di Leom 2022-01-08 23:36:34 +00:00
parent 873f74ae3b
commit 95fd50f7ba
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ netlify:
- apk update && apk add curl
script:
- curl -X POST -d '{}' https://api.netlify.com/build_hooks/$NETLIFY_BUILD_HOOK
- curl -X POST -d "{}" "https://api.netlify.com/build_hooks/$NETLIFY_BUILD_HOOK"
- curl -X POST "https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/$CLOUDFLARE_BUILD_HOOK"
rules:
# Only trigger through schedule job and "Run pipeline" in the main branch