DeployNetlifySite(Config<string>, Config<string>, Config<IContentProvider>) Constructor
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<string> The ID of the site to deploy.
accessToken Config<string> The access token to authenticate with.
contentProvider Config<IContentProvider> A content provider that should provide a ZIP stream to deploy.