File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,19 @@ jobs:
7676 with :
7777 service : ' backstage-deployment'
7878 image : ' europe-west10-docker.pkg.dev/code-idp/backstage-deploy/backstage-image:${{ github.sha }}'
79- region : europe-west1
80- flags : ' --port=7007 --allow-unauthenticated --add-cloudsql-instances=code-idp:europe-west10:backstage-pg'
79+ region : europe-west10
80+ flags : |
81+ --port=7007
82+ --allow-unauthenticated
83+ --add-cloudsql-instances=code-idp:europe-west10:backstage-pg
8184 env_vars : |
8285 POSTGRES_HOST=/cloudsql/code-idp:europe-west10:backstage-pg
8386 POSTGRES_PORT=5432
8487 POSTGRES_USER=postgres
88+ POSTGRES_DB=postgres
8589 BASE_URL=https://backstage.foundations-software-engineering.com
86- secrets : |-
87- POSTGRES_PASSWORD=postgres-password :latest
90+ secrets : |
91+ POSTGRES_PASSWORD=postgres_password :latest
8892 GITHUB_TOKEN=github_token:latest
8993 GOOGLE_CLIENT_ID=google_client_id:latest
9094 GOOGLE_CLIENT_SECRET=google_client_secret:latest
You can’t perform that action at this time.
0 commit comments