summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-03-12 23:27:29 -0700
committerKai Stevenson <kai@kaistevenson.com>2023-03-12 23:27:58 -0700
commita02e824fe483e0dd5537738b581ccb5e7e9cb71e (patch)
tree9271d6286b95baa120053e72657e0585e8be315b
parent091205ae346c470bff102df3e8efc229a75d6388 (diff)
actually fixed script
-rwxr-xr-xupdatesite2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatesite b/updatesite
index 196cc1d..20865a5 100755
--- a/updatesite
+++ b/updatesite
@@ -1,4 +1,4 @@
-rsync -avzP --rsh=ssh ./src/ root@www.aberrantflux.xyz:/srv/http/aberrantflux-site
+rsync -avzP ./src/ root@canonical.aberrantflux.xyz:/srv/http/aberrantflux-site
if [ $# -eq 0 ]; then
exit 0