refactor: rename wsj-standup to wsj-drink (safe to do, this is a fork)
- forked - renamed the helm chart
This commit is contained in:
parent
bc197a9fd0
commit
a39cc7ff89
9 changed files with 22 additions and 22 deletions
|
|
@ -22,6 +22,6 @@ deploy:prod:
|
|||
environment:
|
||||
name: prod
|
||||
script:
|
||||
- helm upgrade --install wsj-standup ./deploy/charts/wsj-standup --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 app.SENTRY_DSN=$SENTRY_DSN --set image.pullSecretBase64=$REGISTRY_PULL_SECRET_BASE64
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||
|
|
|
|||
Reference in a new issue