Skip to content

Instantly share code, notes, and snippets.

@slackersoft
Created May 16, 2011 17:52
Show Gist options
  • Save slackersoft/974954 to your computer and use it in GitHub Desktop.
Save slackersoft/974954 to your computer and use it in GitHub Desktop.
heroku multi-app helper script
#!/bin/bash
heroku $@ --app my-production-app
#!/bin/bash
heroku $@ --app my-staging-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment