jponge / vertx-gradle-plugin

An opinionated Gradle plugin for Vert.x projects
Apache License 2.0
113 stars 15 forks source link

Use plugin with Heroku deployment #50

Closed RdeWilde closed 3 years ago

RdeWilde commented 3 years ago

Can I use this vertx/vertxRun option with heroku deployment?

Currently I have registered it like this:

// Heroku
tasks.register("stage") {
    dependsOn("build", "vertxRun")
}

But I'm pretty unsure if this is the way to go. Maybe it is better to run some kind of command from Procfile?

https://devcenter.heroku.com/articles/deploying-gradle-apps-on-heroku

jponge commented 3 years ago

You may try this indeed.