philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Use Octopus Deploy for deployments #31

Open philippgille opened 7 years ago

philippgille commented 7 years ago

Octopus Deploy is a deployment tool and can deploy to many different targets. There are also community contributed templates, for example GitHub - Create Release.

Currently our build scripts don't include deploying. Deployment is done via AppVeyor and Travis CI configuration files. Adding deploying to our build scripts is issue #15, and using Octopus would solve that.

https://octopus.com/

Note: Before moving to Octopus Deploy make sure everything that's currently done via AppVeyor and Travis CI can be done with Octopus Deploy,

philippgille commented 7 years ago

Note: Octopus Deploy is a commercial product, but there's a free plan, see Purchase - Octopus Deploy