DeployNetlifySite(Config<NormalizedPath>, Config<string>, Config<string>) Constructor
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<NormalizedPath> The zip file to deploy.
siteId Config<string> The ID of the site to deploy.
accessToken Config<string> The access token to authenticate with.