You can use git subtree push. It will generate a new commit tree with your directory as root, and push it.
git subtree push --prefix web heroku master
Full documentation is here.
You can use git subtree push. It will generate a new commit tree with your directory as root, and push it.
git subtree push --prefix web heroku master
Full documentation is here.