Hacker News new | ask | show | jobs
by daslicious 1217 days ago
You might want to check out dokku
1 comments

You might want to be careful with this though because if your application is built on the same server where your productive apps consuming some of the memory it could affect performance of your deployment or even take it down.
Dokku allows for deploying apps from images built in CI - which is quite effective if you also test your image artifacts in CI and don't want to build twice.

If you are using our Nomad or Kubernetes plugins, you can also run the apps on servers other than the one you are building on.

Yup I am aware :) I am just warning them of jumping in without reading too much of the documentation.