docs: add manual deployment notes
This commit is contained in:
parent
60bcc5bd91
commit
81975c2666
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue