From d9c53514fe8eea2f3026dd91db8e7e88ad97bdfa Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 25 Oct 2017 06:44:20 -0400 Subject: [PATCH] Update pull-changes.md --- doc/production/pull-changes.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/production/pull-changes.md b/doc/production/pull-changes.md index 3d6c62d0..1881c259 100644 --- a/doc/production/pull-changes.md +++ b/doc/production/pull-changes.md @@ -7,7 +7,7 @@ First, run one of these two code blocks. The first is if you've merged the code EITHER THIS git checkout instance/mycoolinstance - git fetch origin/instance/mycoolinstance + git fetch origin instance/mycoolinstance git reset --hard origin/instance/mycoolinstance OR @@ -23,10 +23,9 @@ Now that you have the code, run these commands: source .env bundle install - npm install bundle exec rails db:migrate - bundle exec rails assets:precompile # includes `npm run build` and `bin/build-apidocs.sh` - bundle exec rails perms:fix + # the following includes `npm install`, `npm run build`, `bin/build-apidocs.sh`, `rails perms:fix` + bundle exec rails assets:precompile passenger-config restart-app . forever list #find the uid of the realtime server, e.g. xQKv