Skip to content

Commit

Permalink
fix(ci): update dev PG_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored and lionelB committed Jun 3, 2020
1 parent b46a0f9 commit 577647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Deploy app Hasura (dev):
- .autodevops_deploy_app_dev
- .deploy_hasura
variables:
PG_HOST: cdtnadmin.postgres.database.azure.com
PG_HOST: cdtnadmindevserver.postgres.database.azure.com
HELM_RENDER_ARGS: >-
--set deployment.env[7].name=HASURA_GRAPHQL_DATABASE_URL
--set deployment.env[7].value=postgresql://user_${CI_COMMIT_SHORT_SHA}%40${PG_HOST}:pass_${CI_COMMIT_SHORT_SHA}@${PG_HOST}:5432/db_${CI_COMMIT_SHORT_SHA}?sslmode=require
Expand Down

0 comments on commit 577647c

Please sign in to comment.