vault backup: 2025-01-17 20:54:00

This commit is contained in:
Nathan Price 2025-01-17 20:54:00 -05:00
parent 3eee194f13
commit 57755d6457
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -63,10 +63,8 @@ After that, you can configure whatever you would like in `/srv/quartz/src` using
```bash ```bash
docker exec -it quartz-wiki bash docker exec -it quartz-wiki bash
cd content/ cd /quartz/content/ && git restore . && git pull
git restore . cd /quartz/src/ && npx quartz build
cd ../src/
npx quartz build
``` ```
## ⚙️ Configuration ## ⚙️ Configuration