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