Skip to content

Commit 615a1bd

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 6f14509 + a4f762d commit 615a1bd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,9 @@ jobs:
7171
run: npm run build
7272
working-directory: ./frontend
7373

74-
# - name: Upload Source Maps to Sentry
75-
# run: npx @sentry/cli sourcemaps inject --org sumitbhuia --project medium-clone-frontend ./dist && npx @sentry/cli sourcemaps upload --org sumitbhuia --project medium-clone-frontend ./dist
76-
# working-directory: ./frontend
77-
# env:
78-
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
79-
8074
- name: Deploy to Vercel
8175
uses: amondnet/vercel-action@v25
8276
with:
8377
vercel-token: ${{ secrets.VERCEL_TOKEN }}
8478
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
8579
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
86-
working-directory: ./frontend

0 commit comments

Comments
 (0)