Skip to content

Commit

Permalink
Merge branch 'master' of github.com:w00kie/sunsetter into master
Browse files Browse the repository at this point in the history
  • Loading branch information
w00kie committed Aug 10, 2020
2 parents c6907bd + 1e8c0d6 commit 7437077
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
run: |
gcloud components install beta && gcloud beta run deploy ${{ secrets.GCLOUD_APP_NAME }} --quiet --image gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_APP_NAME }} --project ${{ secrets.GCLOUD_PROJECT }} --region ${{ secrets.GCLOUD_REGION }} --platform managed
- name: Notify Sentry of deployment
uses: juankaram/sentry[email protected]
uses: getsentry/action[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
ENVIRONMENT: production
with:
environment: production

0 comments on commit 7437077

Please sign in to comment.