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 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 | Netlfiy |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
