Thindeck.com is a web hosting that deploys itself.
How it works:
- You create a
Dockerfile
in your Github repo - You give us your Github repo coordinates
- We pull your repo and start a container (with a public IP and open ports)
- Every five minutes we check your repo for updates and re-deploy if any
- You pay for our CPU usage (per load!) and traffic (per Gb)
Technical documentation is here: doc.thindeck.com
We're aware of their existence (you also should be):
Our unique advantages are:
- We can host any tech stack, because of Docker
- We fully automate blue/green deployments, pulling your sources
- We charge per second of CPU load, not per calendar hour
Known issues:
- Because of maven issue (http://jira.codehaus.org/browse/MNG-5478)
command "mvn clean install -Pqulice -Psite site" is not working properly.
Please, use these two commands instead:
- "mvn clean install -Pqulice"
- "mvn clean site -Psite"