summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorDante Catalfamo2025-03-04 01:16:06 -0500
committerDante Catalfamo2025-03-04 01:16:06 -0500
commit2da7a420219e97ccf091c9213f26e2a28e029142 (patch)
treeb3e88c7db87308f245c4b84eac6f86712d313f51 /deploy.sh
parentacf85c77127fee239e57d1acbd820f527df44c91 (diff)
downloadblog-master.tar.gz
blog-master.tar.bz2
blog-master.zip
Update blog themeHEADmaster
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index 05c2b51..70b774e 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,7 +2,7 @@
set -e
cd "$(dirname "$0")"
-git submodule update --init
+git submodule update --init --recursive
hugo
-rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/blog.lambda.cx/
+rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ dante@lambda.cx:/var/www/htdocs/blog.lambda.cx/
rm -r public