Skip to content

Commit 565ac4d

Browse files
authored
UPD: Update cd-workflow.yaml (#71)
1 parent 721ff0e commit 565ac4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
id: deploy
9191
uses: google-github-actions/deploy-cloudrun@v2
9292
with:
93+
project_id: ${{ secrets.GCP_PROJECT_ID }}
9394
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
9495
image: ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_GAR_REPO }}/backstage-image:${{ github.sha }}
9596
region: ${{ secrets.GCP_REGION }}

0 commit comments

Comments
 (0)