Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.51 KB

Build status

Deploy your static websites to Netlify.

Acknowledgement

This extension currently supports two tasks:

  • Install netlify-cli
  • Deploy the static website to Netlify

The logo used here belongs to Netlify.

Tasks

Install Netlify CLI

This task installs the netlify-cli npm package to the agent.

  • Version: Specify the netlify-cli version. If omitted, it installs the latest version of netlify-cli. You can find a specific version at the npmjs.com page.

Deploy to Netlify

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.