We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f14509 + a4f762d commit 615a1bdCopy full SHA for 615a1bd
1 file changed
.github/workflows/deploy.yml
@@ -71,16 +71,9 @@ jobs:
71
run: npm run build
72
working-directory: ./frontend
73
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
-
80
- name: Deploy to Vercel
81
uses: amondnet/vercel-action@v25
82
with:
83
vercel-token: ${{ secrets.VERCEL_TOKEN }}
84
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
85
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
86
- working-directory: ./frontend
0 commit comments