Skip to content

Commit

Permalink
fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Jan 30, 2024
1 parent 8571f3a commit e6e8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Deploy to Cloud Run"
uses: "google-github-actions/deploy-cloudrun@v2"
with:
service: "hello-cloud-run"
service: "${{ vars.GOOGLE_SERVICE_NAME }}"
image: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}"
env_vars: |
HOST_PATTERN=${{ vars.HOST_PATTERN }}
Expand Down

0 comments on commit e6e8882

Please sign in to comment.