Steps to deploy to heroku
- Follow the instructions
here
to get heroku cli beta installed
heroku update beta
heroku plugins:install @heroku-cli/plugin-manifest
- Clone this repository and change into path
heroku login
heroku create your-app-name --manifest --region eu
- Deploy app using heroku standard methods
- Use heroku Web-UI to connect app to github repository
heroku git:remote -a young-cove-92241
git push heroku master
...hope to see an Deploy button soon for manifest/container apps.