We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0761f commit a24cf19Copy full SHA for a24cf19
.github/workflows/cd-workflow.yaml
@@ -77,7 +77,7 @@ jobs:
77
service: 'backstage-deployment'
78
image: 'europe-west10-docker.pkg.dev/code-idp/backstage-deploy/backstage-image:${{ github.sha }}'
79
region: europe-west1
80
- flags: '--port=7007 --allow-unanthenticated --add-cloudsql-instances=code-idp:europe-west10:backstage-pg'
+ flags: '--port=7007 --allow-unauthenticated --add-cloudsql-instances=code-idp:europe-west10:backstage-pg'
81
env_vars: |
82
POSTGRES_HOST=/cloudsql/code-idp:europe-west10:backstage-pg
83
POSTGRES_PORT=5432
0 commit comments