Deploy to Vercel
Version updated for https://github.com/Spectra010s/d-vercel to version v1.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The d-vercel GitHub Action simplifies the deployment of frontend and full-stack applications to Vercel. It automates PR comments, supports monorepos, and allows for customized CI/CD pipelines. The action generates sticky comments on Pull Requests with deployment status, preview links, commit hashes, and logs, facilitating quick updates.
What’s Changed
What’s Changed
🚀 New: comment-marker input for monorepo workflows
d-vercel now supports a comment-marker input so you can set a distinct sticky comment marker per job. In monorepos (Turborepo/pnpm workspaces) where one workflow runs multiple d-vercel jobs ΓÇö one per app ΓÇö each job previously shared the same hardcoded marker, so the last job to finish overwrote the single PR comment.
Now each app keeps its own sticky comment, updated independently on subsequent commits.
- uses: Spectra010s/d-vercel@v1
with:
comment-title: "Vercel Deployment ΓÇö Web"
comment-marker: "vercel-sticky-comment-web"
Maintenance
- Bumped
git-aicto1.4.1,prettierto3.9.6, androllupto4.62.4 - Fixed git-aic links in
CONTRIBUTING.md
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/Spectra010s/d-vercel/pull/14
Full Changelog: https://github.com/Spectra010s/d-vercel/compare/v1.2.0...v1.3.0