I have a Vapor app that I want to click on Heroku. I used vapor heroku initto initialize the Heroku project. Now that he is on Heroku, I want to make changes to Heroku using vapor heroku push. But every time I run this command from the Vapor CLI, I get the following:
Error: spawnProcess
Can someone tell me why this might be unsuccessful or maybe point me in the right direction?
source
share