Skip to content

Instantly share code, notes, and snippets.

@arpit
Last active May 23, 2017 06:10
Show Gist options
  • Save arpit/cfb0a536377735f6a51b857d510bf36e to your computer and use it in GitHub Desktop.
Save arpit/cfb0a536377735f6a51b857d510bf36e to your computer and use it in GitHub Desktop.
Push a folder in a project to heroku
git push heroku `git subtree split --prefix tutorbotapiservice master`:master 

(add --force if needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment