-
Notifications
You must be signed in to change notification settings - Fork 6
Heroku commands
flurdy edited this page Nov 24, 2012
·
7 revisions
heroku create -s cedar myapp-staging --remote staging
heroku addons:add heroku-postgresql:dev --remote staging
heroku addons:add sendgrid:starter --remote staging
heroku addons:add pgbackups:plus --remote staging
heroku config:add GITHUB_USERNAME=joesmith --remote staging
git push staging master && heroku logs -t --remote staging
heroku open --remote staging && heroku logs -t --remote staging
heroku ps:web.1 restart --remote staging
heroku domains:add www.example.com
heroku pg:psql --remote staging
heroku pgbackups:capture --remote staging