Skip to content

Commit

Permalink
remove non-required gcloud setup vars
Browse files Browse the repository at this point in the history
  • Loading branch information
w00kie authored Apr 2, 2021
1 parent 9dcf08e commit 36d5997
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
project_id: ${{ secrets.GCLOUD_PROJECT }}
service_account_key: ${{ secrets.GCLOUD_AUTH }}
export_default_credentials: true

- name: Configure docker
run: gcloud auth configure-docker
Expand All @@ -38,11 +39,9 @@ jobs:
- name: Deploy
uses: google-github-actions/deploy-cloudrun@main
with:
credentials: ${{ secrets.GCLOUD_AUTH }}
image: gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_APP_NAME }}:${{ steps.get_version.outputs.version }}
service: ${{ secrets.GCLOUD_APP_NAME }}
region: ${{ secrets.GCLOUD_REGION }}
project_id: ${{ secrets.GCLOUD_PROJECT }}

- name: Notify Sentry of deployment
uses: getsentry/[email protected]
Expand Down

0 comments on commit 36d5997

Please sign in to comment.