File tree 3 files changed +0
-18
lines changed
3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 20
20
REACT_APP_BEE_HOST : https://api.test-node.staging.ethswarm.org/
21
21
REACT_APP_BEE_DEBUG_HOST : https://debug.test-node.staging.ethswarm.org/
22
22
REACT_APP_DEV_MODE : 1
23
- REACT_APP_SENTRY_KEY : ${{ secrets.SENTRY_KEY }}
24
- REACT_APP_SENTRY_ENVIRONMENT : ' preview'
25
23
26
24
steps :
27
25
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 18
18
- run : npm publish --access public
19
19
env :
20
20
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
21
- - id : cleanVersion
22
- run : |
23
- version="${{ github.event.release.release.tag_name }}"
24
- echo "::set-output name=value::${version/v}"
25
- - name : Create Sentry release
26
- uses : getsentry/action-release@v1
27
- env :
28
- SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
29
- SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
30
- SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
31
- with :
32
- sourcemaps : ./build/static/js
33
- version : ${{ steps.cleanVersion.outputs.value }}
Original file line number Diff line number Diff line change 17
17
registry-url : ' https://registry.npmjs.org'
18
18
- run : npm ci
19
19
- run : npm run build
20
- env :
21
- REACT_APP_SENTRY_KEY : ${{ secrets.SENTRY_KEY }}
22
- REACT_APP_SENTRY_ENVIRONMENT : ' pages'
23
20
- run : echo "dashboard.ethswarm.org" > ./build/CNAME
24
21
- name : Deploy to gh-pages
25
22
uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments