I'm trying to edit the Procfile in Heroku, however it seems like you can't edit it when using the command heroku war:deploy myapp.war to deploy the war file. Any suggestion on how i can either edit this, or run another shell script in web phase?
I've tried to include the Procfile directly with --include, however it gets overwritten by the default Procfile which is provded by Heroku.