nexterias/Vercel Actions

Deploy to Vercel with GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenVercel token: https://vercel.com/account/tokensyes
project-idVercel project IDyes
org-idUser ID within Vercelyes
github-tokenPersonal Access Token (PAT) is used to create commit status and deployments.${{ github.token }}
productionCreate a production deploymentfalse
prebuiltUse the --prebuilt optionfalse
cwdCurrent Working Directory (default: process.cwd())
domain-aliasAssign domains (multiple domains can be specified)
github-deployment-environmentName for the target deployment environment
publicDeployment is public (`/_src` is exposed)false
build-envSimilar to env option but for build time only.
envInclude an env var during run time
namedescription
deployment-urlVercel deployment URL
deployment-status"QUEUED" | "BUILDING" | "ERROR" | "INITIALIZING" | "READY" | "CANCELED"