Skip to content

Commit f652ccd

Browse files
author
outisa
committed
Change sentry for production
1 parent b0b7b52 commit f652ccd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/production.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Build image
1515
id: build-image
@@ -37,7 +37,7 @@ jobs:
3737
needs: build-and-push
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Pull image and create a container
4343
run: docker create --name riksutin quay.io/toska/riksutin:production
@@ -46,11 +46,11 @@ jobs:
4646
run: docker cp riksutin:/opt/app-root/src ./app
4747

4848
- name: Create Sentry release
49-
uses: getsentry/action-release@v1
49+
uses: getsentry/action-release@v3
5050
env:
51-
SENTRY_URL: https://toska.cs.helsinki.fi/
51+
SENTRY_URL: https://toska.it.helsinki.fi/
5252
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
53-
SENTRY_ORG: toska
53+
SENTRY_ORG: sentry
5454
SENTRY_PROJECT: riksutin
5555
with:
5656
environment: production

0 commit comments

Comments
 (0)