* Create Octopus Deploy workflow template * add properties file * Pin step versions * update some text * add octopus icon * added linebreak Co-authored-by: Alexis Abril <[email protected]> * added linebreak Co-authored-by: Alexis Abril <[email protected]> * update octopusdeploy icon name --------- Co-authored-by: Alexis Abril <[email protected]>
8 lines
301 B
JSON
8 lines
301 B
JSON
{
|
|
"name": "Build and Deploy with Octopus Deploy",
|
|
"description": "Build a docker container, create a release in Octopus Deploy and deploy it to your environment.",
|
|
"creator": "Octopus Deploy",
|
|
"iconName": "octopusdeploy",
|
|
"categories": ["Deployment", "Containers", "Dockerfile"]
|
|
}
|