Skip to content

Instantly share code, notes, and snippets.

@csu
Last active September 13, 2017 19:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csu/d22e60114051a0a182d2 to your computer and use it in GitHub Desktop.
Save csu/d22e60114051a0a182d2 to your computer and use it in GitHub Desktop.
Deploy to Heroku/Dokku without any changes or new commits.
git commit --allow-empty -m "empty commit"
git push heroku master
git reset HEAD~
git push -f heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment