Last active
September 13, 2017 19:38
-
-
Save csu/d22e60114051a0a182d2 to your computer and use it in GitHub Desktop.
Deploy to Heroku/Dokku without any changes or new commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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