Created
September 21, 2011 14:26
-
-
Save dwaynemac/1232175 to your computer and use it in GitHub Desktop.
Creates heroku application with most used addons
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
heroku create $1 | |
heroku addons:add pgbackups:auto-month | |
heroku addons:add custom_domains:basic | |
heroku addons:add zerigo_dns:basic | |
heroku addons:add newrelic:standard | |
heroku addons:upgrade logging:expanded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment