ci: check existence of env variable
This commit is contained in:
parent
af23a69598
commit
dc3048d5fd
|
@ -47,7 +47,7 @@ cloudflare:
|
|||
- curl -X POST "https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/$CLOUDFLARE_BUILD_HOOK"
|
||||
|
||||
rules:
|
||||
- if: '$CLOUDFLARE == "true"'
|
||||
- if: $CLOUDFLARE_BUILD_HOOK
|
||||
|
||||
netlify:
|
||||
stage: deploy
|
||||
|
@ -62,4 +62,4 @@ netlify:
|
|||
- netlify deploy --dir=public --prod
|
||||
|
||||
rules:
|
||||
- if: '$NETLIFY == "true"'
|
||||
- if: $NETLIFY_SITE_ID
|
||||
|
|
Loading…
Reference in New Issue