This repo contains the necessary files for deploying a Dash-R app to Heroku. The deployed app is hosted here https://dashr-heroku-deployment-demo.herokuapp.com/.
Steps to reproduce:
git clone git@github.com:UBC-MDS/dashr-heroku-deployment-demo.git
cd dashr-heroku-deployment-demo
heroku create --stack container your-heroku-site
git push heroku main
- Wait ~15 min for the build to finish.
heroku ps:scale web=1
- Navigate to
https://you-heroku-site.herokuapp.com
in your browser