This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Netlify.
Summary
Deploys directory to Netlify using the specified directory and settings.
Syntax
public static void NetlifyDeploy(this ICakeContext context, DirectoryPath directoryToDeploy, NetlfiyDeploySettings settings)
Examples
NetlifyDeploy(Directory("dist"), new NetlfiyDeploySettings { SiteId = "my-site-id", Token = "my-api-token" });
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
directoryToDeploy |
DirectoryPath |
The directory to deploy. |
settings |
NetlfiyDeploySettings |
The settings. |
Return Value