wires

summary refs log tree commit diff
path: root/deploy.sh
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-08-13 13:15:21 -0400
committerwires <wires@noreply.wires.systems>2025-08-13 13:15:21 -0400
commit66845e7b14b71e8ade0fb673f9bcce64d415acda (patch)
tree1154ab1fe24cc102b32c103c435410086f7f450b /deploy.sh
parentoops (diff)
downloadblog-66845e7b14b71e8ade0fb673f9bcce64d415acda.tar.gz
changes for new vps
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 14ffd20..345e8b4 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -4,4 +4,4 @@ rm -rf ./public
 hugo --minify || exit $?
 gzip --best -rk public || exit $?
 fd . public -tf -E '*.gz' -x brotli -k {} || exit $?
-rsync -rvz --delete ./public/ wires.systems:/var/www/html
+rsync -rvz --delete ./public/ wires@wires.systems:/srv/www/