diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | updatesite.command | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |