1
0
Fork 0

fix(helm): remove SENTRY_DSN

This commit is contained in:
Vojtěch Mareš 2023-07-31 15:46:45 +09:00
parent ea6677f918
commit b2581368b0
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
default:
image: sikalabs/ci
image: ghcr.io/vojtechmares/toolkit:latest
stages:
- build
@ -22,6 +22,6 @@ deploy:prod:
environment:
name: prod
script:
- helm upgrade --install wsj-drink ./deploy/charts/wsj-drink --namespace wsj --set image.tag=$IMAGE_TAG --set=app.WEBHOOK_URL=$DISCORD_WEBHOOK_URL --set app.SENTRY_DSN=$SENTRY_DSN --set image.pullSecretBase64=$REGISTRY_PULL_SECRET_BASE64
- helm upgrade --install wsj-drink ./deploy/charts/wsj-drink --namespace wsj --set image.tag=$IMAGE_TAG --set=app.WEBHOOK_URL=$DISCORD_WEBHOOK_URL --set image.pullSecretBase64=$REGISTRY_PULL_SECRET_BASE64
rules:
- if: '$CI_COMMIT_BRANCH == "main"'