chore(ci): add cloudflare deploy hook
- https://developers.cloudflare.com/pages/platform/deploy-hooks
This commit is contained in:
parent
26d3107db5
commit
6e4977387b
|
@ -40,6 +40,7 @@ netlify:
|
|||
|
||||
script:
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue