ci: check existence of env variable

This commit is contained in:
Ming Di Leom 2022-01-25 10:16:43 +00:00
parent af23a69598
commit dc3048d5fd
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 2 deletions

View File

@ -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