Skip to content

Commit

Permalink
Set up sourcemaps for Sentry.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Dec 4, 2024
1 parent c0ca44e commit f698091
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 73 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ on:
type: environment
required: true
default: dev
options:
- dev
- dev-green
push:
branches: [main]

jobs:
sentry-upload:
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- working-directory: ./assets
run: npm run deploy
call-workflow:
uses: mbta/workflows/.github/workflows/deploy-ecs.yml@v2
with:
Expand Down
Loading

0 comments on commit f698091

Please sign in to comment.