Deploy your static websites to Netlify.
This extension currently supports two tasks:
- Install netlify-cli
- Deploy the static website to Netlify
The logo used here belongs to Netlify.
This task installs the netlify-cli npm package to the agent.
Version
: Specify the netlify-cli version. If omitted, it installs the latest version ofnetlify-cli
. You can find a specific version at the npmjs.com page.
This task deploys the static website artifact to Netlify.
Authentication Token
: (Required) Personal Access Token (PAT) of your Netlify account.Site ID
: (Required) Your Netlify site ID.Source Directory
: (Required) Your static website artifact directory. Default is$(System.DefaultWorkingDirectory)
.Validation Only
: (Optional) If checked, the task only validates the deployment.Deployment Message
: (Optional) Short blurb for deployment log.Functions Directory
: (Optional) AWS Lambda functions directory.