Skip to content

Commit f02f294

Browse files
committed
Fix reconstruction instructions
1 parent c34c4b8 commit f02f294

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,9 @@ first run.
114114

115115
### Creating the site
116116
* Locally: `bin/update/`
117-
* To update the web site on the server: `git pull && sudo -u www-data bin/updat/`
117+
* 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+
```
118122
* GitHub update on commit is done by a GET on the web-deploy endpoint

0 commit comments

Comments
 (0)