File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222 SENTRY_ORG : ${{ vars.SENTRY_ORG }}
2323 SENTRY_PROJECT : ${{ vars.SENTRY_PROJECT }}
2424 SENTRY_DSN : ${{ secrets.SENTRY_DSN }}
25- SENTRY_ENV : ${{ github.ref_name == 'main' && 'staging ' || 'staging' }}
25+ SENTRY_ENV : ${{ github.ref_name == 'main' && 'production ' || 'staging' }}
2626
2727 steps :
2828 - uses : actions/checkout@v4
5555 deploy :
5656 runs-on : ubuntu-latest
5757 needs : build
58- environment : ${{ github.ref_name == 'main' && 'staging ' || 'staging' }}
58+ environment : ${{ github.ref_name == 'main' && 'production ' || 'staging' }}
5959 permissions :
6060 id-token : write
6161 contents : read
8080 with :
8181 app-name : ${{ vars.AZURE_APP_NAME }}
8282 package : release.zip
83- skip-app-build : true
8483 startup-command : ' npm start'
You can’t perform that action at this time.
0 commit comments