From 9023b725c8dd94a9181da28e65ae700e0790840c Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Thu, 22 Aug 2019 16:18:15 +0000 Subject: [PATCH] Updating README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a7d8d3..8d97d9c 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,8 @@ _This file is intended to help you remember the thing you made way back then..._ ## Pull from Digital Ocean -1. SSH into server `ssh root@45.55.44.195` -2. Enter correct dir `cd /home/forge/leviolson-website` +1. SSH into server `ssh root@206.189.236.142` +2. Enter correct dir `cd /opt/apps/leviolson.com` 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` -