Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

SaplingEvents/snow-mobile

Repository files navigation

README

Updating the site

As of yet there is no administrative functionality in the app. In order to change dynamic content, such as speakers, do the following.

  1. Make a fresh copy of production
heroku pgbackups:capture --app snowmobile-production
  1. Pull it down to staging
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app snowmobile-production` --app snowmobile-staging --confirm snowmobile-staging
  1. Make changes as needed.
heroku console --app snowmobile-staging
  1. Smoke test on staging http://snowmobile-staging.com
  2. Make a fresh backup of staging
heroku pgbackups:capture --app snowmobile-staging
  1. Restore to Production
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app snowmobile-staging` --app snowmobile-production --confirm snowmobile-production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published