fixed5
This commit is contained in:
parent
20195144ac
commit
c998ff0335
1 changed files with 1 additions and 18 deletions
19
.github/workflows/main_deploy.yaml
vendored
19
.github/workflows/main_deploy.yaml
vendored
|
|
@ -36,21 +36,4 @@ jobs:
|
|||
personal_token: ${{ secrets.PAGES_DEPLOY_TOKEN }}
|
||||
publish_dir: ./public
|
||||
publish_branch: gh-pages
|
||||
cname: app.staging.pangea.chat.im
|
||||
|
||||
update_sentry:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create Sentry release
|
||||
uses: getsentry/action-release@v1
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
# SENTRY_URL: https://sentry.io/
|
||||
with:
|
||||
environment: staging
|
||||
# cname: app.staging.pangea.chat.im
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue