Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

amanikids/website

Repository files navigation

Environment Variables

  • CANONICAL_HOST

  • GOOGLE_EMAIL

  • GOOGLE_SECRET

  • S3_BUCKET

  • S3_KEY

  • S3_SECRET

  • SESSION_SECRET

Staging Deploys

heroku maintenance:on --remote staging
rake pull:staging                          # or rake pull:staging:db if you don't care about s3.
git push staging
heroku rake db:migrate --remote staging
heroku maintenance:off --remote staging