Cloudshack

build status

This application gets deployed to Heroku on every push to GitHub

Based On

The basic setup for this project was provided by http4k + Heroku + Travis

Getting Started

  • Fork this repo
  • Configure Travis to build the new repo
  • Create your Heroku app:
heroku apps:create my-awesome-app
  • Update the app entry in .travis.yml
  • Update the deployment credentials
travis encrypt $(heroku auth:token) --add deploy.api_key
  • Commit and push your changes to GitHub:
git commit -am"Update travis config"
git push origin master

This will automatically trigger a new build and deployment of your app.

Running it locally

./gradlew stage
heroku local web

The app will be available on http://localhost:5000

Deploying it manually

git push heroku master