Skip to content

Commit

Permalink
ci: deploy to prod on version release
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 24, 2024
1 parent 398b3f2 commit 331cd2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Deploy to Production
uses: amondnet/[email protected]
id: deploy-vercel-production
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
}

0 comments on commit 331cd2f

Please sign in to comment.