summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-14 14:10:34 -0700
committerPreston Pan <preston@nullring.xyz>2024-03-14 14:10:34 -0700
commit5f15b11db5e177e1f0e0e606365d724ddcaa6b42 (patch)
tree1229d96adae551eb85aaebb369fc43321d3cfafe
parent0595b3a81a5e952b8675ac00cec21f74d0457978 (diff)
new server
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index fdcd227..f2646da 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@nullring.xyz:/var/www/prestonpan
+rsync -uvrP --delete-after "$BUILD_DIR/website/" root@nullring.xyz:/usr/share/nginx/prestonpan
git add .
git commit -m "$1"