Connect github repo to the pipeline and use automatic deployments based on the branch changes
- Keep Docker desktop or service open
heroku container:login
heroku container:push web --app HEROKU_APP_NAME
heroku container:release web
based on https://devcenter.heroku.com/articles/container-registry-and-runtime#getting-started
- DATABASE_URL=DB_URI
- MB_DB_TYPE=postgres