Skip to content

Commit

Permalink
ci: adding proper service id
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavabasucom committed Feb 12, 2024
1 parent 1ac6f69 commit 7ae2342
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/backend_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ defaults:
working-directory: ./backend

env:
REGION: ${{ secrets.REGION }}
REPO_NAME: ${{ secrets.REPO_NAME }}
SERVICE_NAME : ${{ secrets.SERVICE_NAME }}
CONTAINER_NAME: ${{ secrets.CONTAINER_NAME }}


Expand Down Expand Up @@ -69,8 +66,8 @@ jobs:
- name: Deploy to cloud run
uses: 'google-github-actions/deploy-cloudrun@v2'
with:
service: $SERVICE_NAME
image: $CONTAINER_NAME:latest
service: ${{ secrets.SERVICE_NAME }}
image: ${{ secrets.CONTAINER_NAME }}


- name: 'Use output'
Expand Down

0 comments on commit 7ae2342

Please sign in to comment.