Skip to content

Commit 27af959

Browse files
authored
UPD: Update cd-workflow.yaml
1 parent a24cf19 commit 27af959

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/cd-workflow.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)