evnex/Deploy Action For Netlify

Deploys a build to Netlify and can comment on the commit or PR with the URL

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGithub tokenyes
netlify-auth-tokenYour Netlify personal access token (Please save it as a secret in your repo!)yes
netlify-site-idYour Netlify site's `API ID`yes
build-dirThe folder of the site want to deployyes
comment-on-commitIf `true` AND the context of the action is a `commit` then the action will comment on the SHA.nofalse
comment-on-pull-requestIf `true` AND the context of the action is a `pull_request` then the action will comment on the PR.nofalse
dry-runRun the action but don't actually deploy to Netlify or comment on the commit/PRnofalse
functions-dirThe folder of any functions to deployno
config-pathPath to a netlify.toml file to include in the deployno
draftIf it is a draft deploy or production deploynofalse
messageA short message to associate with the deploy (Note: setting this will override the default deploy message of `<type>: <title> [short_sha]`)no

no outputs