summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorpreston <preston@openbsd-preston.prestonpan.tech>2023-03-19 18:27:24 -0700
committerpreston <preston@openbsd-preston.prestonpan.tech>2023-03-19 18:27:24 -0700
commitb7231ce286398c809a406ed76db315271faf3036 (patch)
tree2921d257ce67449755cf610d82d495b0bcda29b3 /build.sh
parent321b218eb593d689e587eebb67d78ff49783fc5b (diff)
replace links with nullring.xyz links
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 831304c..fdcd227 100755
--- a/build.sh
+++ b/build.sh
@@ -33,7 +33,7 @@ if [ $# -eq 0 ]; then
fi
# Change this line if you are a future PSIIan maintaining this.
-rsync -uvrP --delete-after "$BUILD_DIR/website/" root@prestonpan.tech:/var/www/prestonpan
+rsync -uvrP --delete-after "$BUILD_DIR/website/" root@nullring.xyz:/var/www/prestonpan
git add .
git commit -m "$1"