Skip to content

Commit f89872b

Browse files
committed
Updating docs
1 parent 81a970c commit f89872b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lessons/2_build_script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ git config pull.rebase false
6363
pwd
6464
/home/master/applications/ejpujunzye/public_html
6565

66-
git config --global --add safe.directory /home/1352768.cloudwaysapps.com/ejpujunzye/public_html
66+
git config --global --add safe.directory /home/1352768.cloudwaysapps.com/<APP_FOLDER_NAME>/public_html
6767
```
6868
12. SSH into VPS and clone the app onto `public_html`
6969

7070
13. Run `./build.sh` to update app
7171

72-
14. `ssh [email protected] 'cd /home/master/applications/bwjdzjxpkt/public_html && ./build.sh'`
72+
14. `ssh <username>@<VPS_IP> 'cd /home/master/applications/<APP_FOLDER_NAME>/public_html && ./build.sh'`

0 commit comments

Comments
 (0)