Skip to content

Commit

Permalink
gitlab-ci: improve
Browse files Browse the repository at this point in the history
Signed-off-by: Login Victor <batazor111@gmail.com>
  • Loading branch information
batazor committed May 30, 2021
1 parent f5f1968 commit f4011c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-bot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ deploy:
MQ_RABBIT_URI: "amqp://admin:admin@rabbitmq.rabbitmq:5672"
TRACER_URI: jaeger-agent.jaeger-operator:6831
TELEGRAM_BOT_TOKEN: "YOUR_TELEGRAM_TOKEN"
TELEGRAM_BOT_USERNAME: "YOUR_BOT_NAME"
TELEGRAM_BOT_USERNAME: "shortlink_my_bot"

# default store config
STORE_POSTGRES_URI: postgres://postgres:shortlink@postgres-postgresql.postgres:5432/shortlink?sslmode=disable
Expand Down
2 changes: 1 addition & 1 deletion ops/gitlab/workflows/matrix_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- RELEASE_NAME: ${CI_PROJECT_NAME}-bot
HELM_PATH: ops/Helm/${CI_PROJECT_NAME}-bot
REGISTRY: ${CI_REGISTRY_IMAGE}/bot
HELM_ARG: --set serviceAccount.create=false --set deploy.env.TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN} --set deploy.env.TELEGRAM_BOT_USERNAME=${TELEGRAM_BOT_USERNAME}
HELM_ARG: --set serviceAccount.create=false --set deploy.env.TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
HELM_NAMESPACE: ${CI_PROJECT_NAME}

.matrix_deploy_application_js:
Expand Down

0 comments on commit f4011c7

Please sign in to comment.