Replicate the dash steps from here and test deployment to google
- Setup account on Heroku and download Heroku CLI utility
- Navigate to this folder
- Commit this folder to Git
heroku login
and type in your credentialsheroku create -n your-app-name
where your-app-name refers to the title of your Dash appheroku git:remote -a your-app-name
git push heroku master
will deploy your app to Herokuheroku ps:scale web=1
will create a Dyno and make your app live
For issues with infra-package-imports, please refer to here and here