Skip to content

Commit

Permalink
updated environment
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth52 committed Nov 6, 2023
1 parent c643121 commit 20985d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: development
environment: production
sourcemaps: 'build/static/js'
version: ${{ github.sha }}
ignore_missing: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
environment: production
sourcemaps: 'build/static/js'
version: ${{ github.sha }}
ignore_missing: true

- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 20985d8

Please sign in to comment.