build(deploy): deploy to shione.net
This commit is contained in:
parent
644b736f86
commit
f243ffdbe3
1 changed files with 7 additions and 4 deletions
11
deploy.sh
11
deploy.sh
|
@ -2,7 +2,10 @@
|
|||
|
||||
set -eu
|
||||
|
||||
cd -- build
|
||||
make doc
|
||||
rsync -a --delete --progress doc/html/ 'web@shione.vermwa.re:'
|
||||
cd -- ..
|
||||
make
|
||||
rsync \
|
||||
-a \
|
||||
--delete \
|
||||
--progress \
|
||||
build/doc \
|
||||
'root@shione:/var/www/html/www.shione.net/'
|
||||
|
|
Loading…
Reference in a new issue