diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-17 14:37:47 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-17 14:37:47 -0700 |
commit | 421612739a7206d929619ccf4cc86adcaaaeb499 (patch) | |
tree | 31613a24620d3b71bd0a874585b7a55aa8098084 | |
parent | 3ca44f8c6edfed6589a3bfe7d09bba2d912c2fac (diff) |
fixed some things
-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 |