summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDante Catalfamo2025-03-04 01:16:06 -0500
committerDante Catalfamo2025-03-04 01:16:06 -0500
commit2da7a420219e97ccf091c9213f26e2a28e029142 (patch)
treeb3e88c7db87308f245c4b84eac6f86712d313f51 /Makefile
parentacf85c77127fee239e57d1acbd820f527df44c91 (diff)
downloadblog-2da7a420219e97ccf091c9213f26e2a28e029142.tar.gz
blog-2da7a420219e97ccf091c9213f26e2a28e029142.tar.bz2
blog-2da7a420219e97ccf091c9213f26e2a28e029142.zip
Update blog themeHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6cd148..b1502a3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ server: theme
deploy: theme
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
theme: