Deploys a specified zip file to Netlify.
- Namespace
- Statiq
.Web .Netlify - Containing Type
- DeployNetlifySite
Syntax
public DeployNetlifySite(Config<NormalizedPath> zipPath, Config<string> siteId, Config<string> accessToken)
Parameters
Name | Type | Description |
---|---|---|
zipPath | Config |
The zip file to deploy. |
siteId | Config |
The ID of the site to deploy. |
accessToken | Config |
The access token to authenticate with. |