NetlifyDeployRunner.

Deploy(DirectoryPath, NetlfiyDeploySettings) Method

Summary

Deploys a directory to Netlify using the specified settings.
Assembly
Cake.Netlify.dll
Namespace
Cake.Netlify.Deploy
Containing Type
NetlifyDeployRunner

Syntax

public void Deploy(DirectoryPath directoryToDeploy, NetlfiyDeploySettings settings)

Parameters

Name Type Description
directoryToDeploy DirectoryPath The directory to deploy.
settings NetlfiyDeploySettings The settings.

Return Value

Type Description
void