Anders Juul
Anders Juul

Reputation: 2614

Deploy packages as zip files through Octopus Deploy?

I am using TeamCity to compile my projects, then deploying them through Octopus Deploy. Both windows. It just works! Nice.

Now, I want to release zip files for download, i.e. they shouldn't be deployed to my environments as such.

Since .nupkg as actually .zip files in disguise, I should think this is achievable? But how?

On my target web server, I've got a folder for downloading the zip files, so I just need help renaming and copying the package?

Upvotes: 0

Views: 2113

Answers (1)

Dalmiro Granas
Dalmiro Granas

Reputation: 711

You need to use the Transfer Package feature of OD

https://octopus.com/docs/deployment-process/deploying-packages/transfer-package

Upvotes: 1

Related Questions