Skip to content

Commit

Permalink
fix: ci backend deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Nov 12, 2022
1 parent 9f7abc1 commit dafd088
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/quasar_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ jobs:
matrix:
server: [ "quotes", "appserver" ]
steps:
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
- name: Release ${{ matrix.server }} server
run: |-
gcloud run deploy ${{ matrix.server }} \
Expand Down

0 comments on commit dafd088

Please sign in to comment.