Add Octopus Deploy release and deploy workflow (#2651)

* 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]>
This commit is contained in:
Rob E
2024-12-13 10:54:28 -06:00
committed by GitHub
co-authored by Alexis Abril
parent dfc0cdc56b
commit f90b59f7cd
3 changed files with 130 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"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"]
}