ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
68 stars 22 forks source link

[Feature]: Automatic deployment to vm #83

Closed TobiasPr closed 4 years ago

TobiasPr commented 4 years ago

Create a bamboo build plan for automatic deployment to production server

TobiasPr commented 4 years ago

Done. On bamboo is a new build plan and deployment project for Apollon. The build plan packages the bundled apollon standalone application as a .tar file and publishes it as artifact. With the deployment project one can release the artifacts on vm.

Also changed hosting from http-server to nginx, which was already running on the vm.