NetlifyAliases.

NetlifyDeploy(ICakeContext, string, string) Method

Summary

Deploys the directory to Netlify using the current working directory, site id, and token.
Assembly
Cake.Netlify.dll
Namespace
Cake.Netlify
Containing Type
NetlifyAliases

Syntax

public static void NetlifyDeploy(this ICakeContext context, string siteId, string token)

Examples

NetlifyDeploy("my-site-id", "my-api-token"); 

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
siteId string The site id.
token string The api token.

Return Value

Type Description
void