DeployNetlifySite(Config<string>, Config<string>, Config<NormalizedPath>) Constructor
Deploys a specified folder to Netlify.
Namespace
Statiq.Web.Netlify
Containing Type
DeployNetlifySite

Syntax

public DeployNetlifySite(Config<string> siteId, Config<string> accessToken, Config<NormalizedPath> directory)

Parameters

Name Type Description
siteId Config<string> The ID of the site to deploy.
accessToken Config<string> The access token to authenticate with.
directory Config<NormalizedPath> The directory containing the files to deploy (from the root folder, not the input folder).