From f243ffdbe3d828c77fcae86506acc8bebab5c216 Mon Sep 17 00:00:00 2001 From: Renken Date: Sat, 17 Feb 2024 15:15:49 +0100 Subject: [PATCH] build(deploy): deploy to shione.net --- deploy.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 6255854..c71dd0a 100755 --- a/deploy.sh +++ b/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/'