From 421612739a7206d929619ccf4cc86adcaaaeb499 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Mon, 17 Oct 2022 14:37:47 -0700 Subject: fixed some things --- README.md | 2 +- updatesite.command | 2 +- 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 -- cgit v1.2.3-70-g09d2