This PR aims at setting up all the required components for deployment on Heroku:
what has been done outside of this repo: create a free-plan app on Heroku.
Heroku modifications: added a Procfile used by Heroku as the running command of the service on their own container system
In order to test this, I triggered a manual deploy on the heroku-setup branch (automatic is set up on the master branch). Consequently, the app is already deployed and working:
This PR aims at setting up all the required components for deployment on Heroku:
In order to test this, I triggered a manual deploy on the
heroku-setup
branch (automatic is set up on the master branch). Consequently, the app is already deployed and working:Any feedback is welcome!