We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34c4b8 commit f02f294Copy full SHA for f02f294
1 file changed
README.md
@@ -114,5 +114,9 @@ first run.
114
115
### Creating the site
116
* Locally: `bin/update/`
117
-* To update the web site on the server: `git pull && sudo -u www-data bin/updat/`
+* To update the web site on the server:
118
+```sh
119
+cd /var/www/balab/web-repo
120
+sudo -u www-data 'git pull && bin/update'
121
+```
122
* GitHub update on commit is done by a GET on the web-deploy endpoint
0 commit comments