DEV Community

Discussion on: A Vapor Guide-Setup and Deployment with Heroku and Ubuntu

Collapse
 
leogdion profile image
leogdion

Did you add the build pack for your application?
If you run vapor heroku init it should set you up. The other file you need is a Procfile which tell Heroku what to do. You read more about that here:
devcenter.heroku.com/articles/proc...