summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0595c55..50c80e9 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#! /usr/bin/sh
zola build
-rsync -arP --delete public/ root@eqkter.org:/var/www/eqkter_w/
+rsync -arP --delete public/ root@eqkter.xyz:/var/www/eqkter_w/
git add .
git commit -m "auto updating site"
git push