ci: check existence of env variable

This commit is contained in:
Ming Di Leom 2022-01-25 10:12:53 +00:00
parent 41140abfdd
commit 5443e4c918
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
image: alpine:latest
image: node:lts-alpine
include:
- template: Security/Secret-Detection.gitlab-ci.yml
@ -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