@@ -41,29 +41,29 @@ jobs:
41
41
username : toska+github
42
42
password : ${{ secrets.QUAY_IO_TOKEN }}
43
43
44
- # sentry-release:
45
- # runs-on: blacksmith-4vcpu-ubuntu-2404
46
- # needs: build-and-push-to-production
47
- # timeout-minutes: 2
44
+ sentry-release :
45
+ runs-on : blacksmith-4vcpu-ubuntu-2404
46
+ needs : build-and-push-to-production
47
+ timeout-minutes : 2
48
48
49
- # steps:
50
- # - uses: actions/checkout@v4
49
+ steps :
50
+ - uses : actions/checkout@v4
51
51
52
- # - name: Pull image and create a container
53
- # run: docker create --name gptwrapper quay.io/toska/gptwrapper:production
52
+ - name : Pull image and create a container
53
+ run : docker create --name gptwrapper quay.io/toska/gptwrapper:production
54
54
55
- # - name: Copy assets from the container
56
- # run: docker cp gptwrapper:/opt/app-root/src/dist ./dist
55
+ - name : Copy assets from the container
56
+ run : docker cp gptwrapper:/opt/app-root/src/dist ./dist
57
57
58
- # - name: Create Sentry release
59
- # uses: getsentry/action-release@v1
60
- # env:
61
- # SENTRY_URL: https://toska.cs.helsinki.fi/
62
- # SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
63
- # SENTRY_ORG: toska
64
- # SENTRY_PROJECT: currechat-frontend
65
- # with:
66
- # environment: production
67
- # set_commits: 'skip'
68
- # sourcemaps: ./dist/assets
69
- # url_prefix: '~/assets'
58
+ - name : Create Sentry release
59
+ uses : getsentry/action-release@v1
60
+ env :
61
+ SENTRY_URL : ${{ secrets.SENTRY_URL }}
62
+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_TOKEN }}
63
+ SENTRY_ORG : sentry
64
+ SENTRY_PROJECT : currechat-frontend
65
+ with :
66
+ environment : production
67
+ set_commits : ' skip'
68
+ sourcemaps : ./dist/assets
69
+ url_prefix : ' ~/assets'
0 commit comments