We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68235cc commit 6c9d194Copy full SHA for 6c9d194
1 file changed
.github/workflows/cd-workflow.yaml
@@ -102,17 +102,13 @@ jobs:
102
103
- name: Deploy to Cloud Run
104
id: deploy
105
- uses: google-github-actions/deploy-cloudrun@v2
+ uses: google-github-actions/deploy-cloudrun@v1
106
with:
107
+ project_id: ${{ secrets.GCP_PROJECT_ID }}
108
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
109
image: ${{ secrets.GCP_GAR_REPO }}/backstage-image:${{ github.sha }}
110
region: ${{ secrets.GCP_REGION }}
111
flags: >
112
--allow-unauthenticated
- --port=7007
113
- --add-cloudsql-instances=code-idp:europe-west10:backstage-pg2
114
env_vars: |
115
- POSTGRES_USER=postgres
116
- POSTGRES_HOST=/cloudsql/code-idp:europe-west10:backstage-pg2
117
- POSTGRES_PORT=5432
118
BASE_URL=https://backstage.foundations-software-engineering.com
0 commit comments