I'm looking for the way to deploy my app in Heroku with Jetty Runner. By not using Heroku Git (Deploy your application to Heroku ) as way of deployment.
heroku war:deploy <path_to_war_file> --app <app_name>
Will run the war with Tomcat Web Runner according to this documentation Deployment with the Heroku CLI.
The Heroku CLI Deploy Plugin deploys a local WAR file to Heroku and runs it with Tomcat Webapp-Runner
I would like to know if there's a Jetty Runner equivalent.