Skip to content

Commit d463a77

Browse files
committed
add project id to env
1 parent 6b76a42 commit d463a77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
service: ${{ env.SERVICE }}
5353
region: ${{ env.REGION }}
5454
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.SERVICE }}:${{ github.sha }}
55-
# env_vars:
55+
env_vars:
56+
PROJECT_ID: "h4i-applications"
5657

5758
- name: Show Output
5859
run: echo ${{ steps.deploy.outputs.url }}

0 commit comments

Comments
 (0)