Thindeck.com is a web hosting that deploys itself.
How it works:
Dockerfile
in your Github deckWe're aware of their existence (you also should be):
Our unique advantages are:
Technical documentation is here (in progress): doc.thindeck.com
Fork deck, make changes, send us a pull request. We will review
your changes and apply them to the master
branch shortly, provided
they don't violate our quality standards. To avoid frustration, before
sending us your pull request please run full Maven build:
$ mvn clean install -Pqulice
To avoid build errors use Maven 3.2+ and Java 7.
Because of 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