DEV Community

Kentaro0919
Kentaro0919

Posted on

2 2

How to deploy a Masonite app to Heroku

1. Add a Procfile

add a Procfile to the top of the Masonite project.

my Procfile is

web: gunicorn wsgi  --log-file -

add and commit

2. make a new app in Heroku

$ heroku create

3. add git remote

$ heroku git:remote -a {app-name}

4. Push on line

$ git push heroku master

For more information see this

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up