summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xupdatesite.command2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f35f2bb..57a7479 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-This is the repo for the site currently hosted at www.aberrantflux.net. The site is one of my two personal sites, alongside www.kaistevenson.com. This one is focused more on being light-weight and elegant.
+This is the repo for the site currently hosted at www.aberrantflux.xyz. The site is one of my two personal sites, alongside www.kaistevenson.com. This one is focused more on being light-weight and elegant.
diff --git a/updatesite.command b/updatesite.command
index 597f359..dde0a14 100755
--- a/updatesite.command
+++ b/updatesite.command
@@ -1,4 +1,4 @@
-rsync -avzP --rsh=ssh . root@covalent.aetherdestroyer.net:/var/www/aetherdestroyer
+rsync -avzP --rsh=ssh . root@www.aberrantflux.xyz:/var/www/aberrantflux-site
if [ $# -eq 0 ]; then
exit 0