StackStorm / packer-st2

Packer templates for building & deploying Vagrant & OVA with StackStorm installed
https://app.vagrantup.com/stackstorm/boxes/st2
Apache License 2.0
13 stars 7 forks source link

Ship OVA via Github releases #9

Closed arm4b closed 6 years ago

arm4b commented 6 years ago

Related to https://github.com/StackStorm/ova/issues/104

The way we'll distribute OVA is via Github Releases.

On every new git tag (aka Github release) CircleCI will build and upload the artifact to respective Github release page.

It means we should also start versioning the OVA and add CHANGELOG.md for this repo which is a good thing.


Resources for implementation