Browse Source

Updated README

pull/1/head
Levi Olson 6 years ago
parent
commit
18e0722724
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      README.md

+ 5
- 4
README.md View File

@ -22,8 +22,9 @@ _This file is intended to help you remember the thing you made way back then..._
## Pull from Digital Ocean ## Pull from Digital Ocean
1. `ssh root@45.55.44.195`
2. `cd /home/forge/leviolson-website`
3. `git pull && npm i`
4. `pm2 restart LeviOlson.com`
1. SSH into server `ssh root@45.55.44.195`
2. Enter correct dir `cd /home/forge/leviolson-website`
3. Pull in changes `git pull && npm i`
4. Restart the service `pm2 restart LeviOlson.com`
5. Verify it restarted correctly `pm2 logs LeviOlson.com`

Loading…
Cancel
Save