public class ServerExample extends Verticle {public void start() {vertx.createHttpServer().listen(Integer.valueOf(container.env().get("PORT")), "0.0.0.0");}}
git init$ heroku create myapp --buildpack https://github.com/maksym-mikheienko/heroku-buildpack-java-maven.git
$ git add . $ git commit -m "my first commit" $ git push heroku master