We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f106f3 + f6562e4 commit ebdfa0eCopy full SHA for ebdfa0e
.github/workflows/deploy.2anki.net.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
- concurrency: "production"
+ concurrency: 'production'
12
steps:
13
- uses: actions/checkout@v1
14
- name: Dokku deploy
@@ -17,3 +17,12 @@ jobs:
17
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
18
HOST: 2anki.net
19
PROJECT: notion
20
+ - uses: actions/checkout@v2
21
+ - name: Create Sentry release
22
+ uses: getsentry/action-release@v1
23
+ env:
24
+ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
25
+ SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
26
+ SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
27
+ with:
28
+ environment: production
.github/workflows/sentry.yml
0 commit comments