Created
October 4, 2013 15:59
-
-
Save BoyCook/6828286 to your computer and use it in GitHub Desktop.
Make tasks for Heroku
This file contains 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
heroku-redeploy: heroku-stop heroku-push | |
heroku-stop: | |
heroku ps:stop web=1 | |
heroku-push: | |
git push heroku master | |
heroku-open: | |
heroku open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment