Skip to content

Instantly share code, notes, and snippets.

@BoyCook
Created October 4, 2013 15:59
Show Gist options
  • Save BoyCook/6828286 to your computer and use it in GitHub Desktop.
Save BoyCook/6828286 to your computer and use it in GitHub Desktop.
Make tasks for Heroku
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