danielivanovz/Deploy to Vercel

Deploy Next.js, React, Python, and Go applications to Vercel with monorepo and workspace support

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 3, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: danielivanovz/vercel-action@ede679d84118f991d4f51e3b14dc0912d852e6fb # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
VERCEL_TOKENVercel deployment tokenyes
VERCEL_ORG_IDVercel organization IDyes
VERCEL_PROJECT_IDVercel project IDyes
GITHUB_TOKENGitHub token for PR comments and private npm packagesyes
ENVIRONMENTDeployment environment (production, development, preview)no
NODE_VERSIONNode.js version to useno18
PYTHON_VERSIONPython version to use (for Python projects)no3.11
GO_VERSIONGo version to use (for Go projects)no1.21
PACKAGE_MANAGERPackage manager (npm, pnpm, yarn, bun)nonpm
WORKING_DIRECTORYWorking directory for deployment (useful for monorepos)no.
BUILD_COMMANDCustom build command (overrides auto-detection)no
INSTALL_COMMANDCustom install command (overrides auto-detection)no
PROJECT_TYPEProject type (auto, nextjs, react, python, go, turbo, nx)noauto
TURBO_TEAMTurbo team for remote cachingno
TURBO_TOKENTurbo token for remote cachingno
NPM_SCOPENPM scope for private packages (e.g., @your-org)no
namedescription
urlThe deployment URL
environmentThe deployment environment
project_typeDetected project type
cache_hitWhether dependencies were restored from cache