fix update command

This commit is contained in:
ghost 2023-12-04 02:18:16 +02:00
parent 2ac446a78f
commit a5d38c82d4

View File

@ -13,7 +13,7 @@ It allows to simply deploy new server and apply latest updates from repo with ju
## Update
* `cd /etc/yggbro`
* `git fetch`
* `git pull`
* `nginx -t`
* `service nginx reload`