We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a970c commit f89872bCopy full SHA for f89872b
docs/lessons/2_build_script.md
@@ -63,10 +63,10 @@ git config pull.rebase false
63
pwd
64
/home/master/applications/ejpujunzye/public_html
65
66
-git config --global --add safe.directory /home/1352768.cloudwaysapps.com/ejpujunzye/public_html
+git config --global --add safe.directory /home/1352768.cloudwaysapps.com/<APP_FOLDER_NAME>/public_html
67
```
68
12. SSH into VPS and clone the app onto `public_html`
69
70
13. Run `./build.sh` to update app
71
72
-14. `ssh [email protected] 'cd /home/master/applications/bwjdzjxpkt/public_html && ./build.sh'`
+14. `ssh <username>@<VPS_IP> 'cd /home/master/applications/<APP_FOLDER_NAME>/public_html && ./build.sh'`
0 commit comments