docs: add manual deployment notes

This commit is contained in:
teutat3s 2025-04-08 21:24:24 +02:00
parent 60bcc5bd91
commit 81975c2666
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -34,3 +34,15 @@ To get a live development server, run:
```
deno task serve
```
Manual deployment:
```
tar -cf miom.space-$(date +%F).tar -C _site .
scp ./miom.space-$(date +%F).tar nachtigall.wg.pub.solar:/home/teutat3s/
ssh nachtigall.wg.pub.solar
sudo tar -xvf miom.space-$(date +%F).tar -C /srv/www/miom.space --owner hakkonaut --group hakkonaut
```