Skip to content

Commit

Permalink
ci: sentry github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed Sep 8, 2024
1 parent c057b68 commit 5fcf514
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v3

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: eviltelegrambot
SENTRY_PROJECT: eviltelegrambot
with:
environment: production

- name: Deploy
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 5fcf514

Please sign in to comment.