From 83e81919a04a61804a819a276cc50fd9179742bc Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 5 Mar 2024 21:00:55 +0100 Subject: [PATCH] build(deploy): copy content of doc directory --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index c71dd0a..614c16e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,5 +7,5 @@ rsync \ -a \ --delete \ --progress \ - build/doc \ - 'root@shione:/var/www/html/www.shione.net/' + build/doc/ \ + 'root@shione:/var/www/html/www.shione.net'