Overview
nexterias/actions-vercel is an action for deploying to Vercel with GitHub Actions.
- You can integrate Vercel's build and deployment processes into GitHub Actions.
- You can build CI/CD that takes advantage of GitHub Actions.
- Supports
vercel buildandvercel deploy --prebuilt- You can build on GitHub Actions and deploy that data to Vercel.
- This can reduce build time on the Vercel side to zero.
- You can build on GitHub Actions and deploy that data to Vercel.
- Can reproduce Vercel's GitHub integration features in an imitative manner
- Issues preview URLs and creates comments when pull requests are created or updated
- Updates commit statuses
- Creates and updates Deployments
- Works on
ubuntu-latest,macos-latest, andwindows-latest - You can run arbitrary processing before and after Vercel processes
- Tests before building
- Notifications after deployment and score measurement with Lighthouse
Create a workflow file like the following to deploy to Vercel with GitHub Actions.