Skip to content

Commit

Permalink
Update eoefans-api-azure-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 26, 2023
1 parent 66fd0dd commit 8f436ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/eoefans-api-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
IMAGE_REPO: "eoefans"
IMAGE_NAME: "eoefans-api"
DEPLOY_VERSION: ${{ inputs.deploy_version }}
SENTRY_ORG: "eoefans"
SENTRY_PROJECT: "eoefans-api"

jobs:

Expand Down Expand Up @@ -52,9 +54,9 @@ jobs:
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: eoefans
SENTRY_PROJECT: eoefans-api
SENTRY_URL: https://sentry.vtb.link/
SENTRY_ORG: ${{ env.SENTRY_ORG }}
SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
with:
environment: production
version: ${{ env.DEPLOY_VERSION }}

0 comments on commit 8f436ed

Please sign in to comment.