Deploys a specified zip stream to Netlify.
- Namespace
- Statiq
.Web .Netlify - Containing Type
- DeployNetlifySite
Syntax
public DeployNetlifySite(Config<string> siteId, Config<string> accessToken, Config<IContentProvider> contentProvider)
Parameters
| Name | Type | Description |
|---|---|---|
| siteId | Config |
The ID of the site to deploy. |
| accessToken | Config |
The access token to authenticate with. |
| contentProvider | Config |
A content provider that should provide a ZIP stream to deploy. |