Skip to content

Commit

Permalink
ADD: add the cloud sql connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed May 21, 2024
1 parent 96825a9 commit 29149c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
service: 'backstage-deployment'
image: 'europe-west10-docker.pkg.dev/code-idp/backstage-deploy/backstage-image:${{ github.sha }}'
region: europe-west10
flags: '--port=7007'
flags: '--port=7007 --add-cloudsql-instances=code-idp:europe-west10:backstage-pg'
env_vars: |
POSTGRES_HOST=34.32.39.175
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=postgres
BASE_URL=backstage.foundations-software-engineering.com
Expand Down

0 comments on commit 29149c2

Please sign in to comment.