If you want to deploy your app using Heroku you need to do the following:
- Add the Heroku Git URL to your remotes
- Push to heroku
git remote add heroku-prod your-git-url
git push heroku-prod your-branch:master
If you want to deploy your app using Heroku you need to do the following:
git remote add heroku-prod your-git-url
git push heroku-prod your-branch:master