Skip to content

Instantly share code, notes, and snippets.

@Dalmirog-zz
Created October 23, 2015 00:10
Show Gist options
  • Select an option

  • Save Dalmirog-zz/18e5b45d8c4c1064ea8a to your computer and use it in GitHub Desktop.

Select an option

Save Dalmirog-zz/18e5b45d8c4c1064ea8a to your computer and use it in GitHub Desktop.
example deployment process
{
"Id": "deploymentprocess-Projects-2",
"ProjectId": "Projects-2",
"Steps": [
{
"Id": "cfd737a4-ad3d-4702-b841-a88f9f2c5271",
"Name": "Script",
"RequiresPackagesToBeAcquired": false,
"Properties": {
"Octopus.Action.TargetRoles": "webserver"
},
"Condition": "Success",
"StartTrigger": "StartAfterPrevious",
"Actions": [
{
"Id": "7911e5e5-388e-4398-8cb1-0f5b3925f502",
"Name": "Script",
"ActionType": "Octopus.Script",
"Environments": [
"Environments-1",
"Environments-20"
],
"Properties": {
"Octopus.Action.Script.Syntax": "PowerShell",
"Octopus.Action.Script.ScriptBody": "\"hello\""
},
"SensitiveProperties": {}
}
],
"SensitiveProperties": {}
}
],
"Version": 338,
"LastSnapshotId": null,
"Links": {
"Self": "/api/deploymentprocesses/deploymentprocess-Projects-2",
"Project": "/api/projects/Projects-2",
"Template": "/api/deploymentprocesses/deploymentprocess-Projects-2/template"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment