diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8ccc99..fa00799 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/ssh-action@v0.1.5 with: