Summary
Pushes the specified package to the Octopus Deploy repository.
- Namespace
- Cake
.Common .Tools .OctopusDeploy - Containing Type
- OctopusDeployAliases
Syntax
[CakeMethodAlias]
public static void OctoPush(this ICakeContext context, string server, string apiKey, FilePath packagePath, OctopusPushSettings settings)
Attributes
Type | Description |
---|---|
Cake |
An attribute used to mark script method aliases. |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
server | string | The Octopus server URL. |
apiKey | string | The user's API key. |
packagePath | FilePath | Path to the package. |
settings | OctopusPushSettings | The settings. |
Return Value
Type | Description |
---|---|
void |