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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs