Skip to content

Commit

Permalink
Update eoefans-spider-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 8f436ed commit 88be461
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/eoefans-spider-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ env:
IMAGE_REPO: "eoefans"
IMAGE_NAME: "eoefans-spider"
DEPLOY_VERSION: ${{ inputs.deploy_version }}

SENTRY_ORG: "eoefans"
SENTRY_PROJECT: "eoefans-spider"

jobs:

Deploy:
Expand Down Expand Up @@ -46,3 +48,14 @@ jobs:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_CREDENTIALS_EOEFANS_SPIDER }}
images: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ env.DEPLOY_VERSION }}

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
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 88be461

Please sign in to comment.