summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh
index ea4fcfc..23ae8fa 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,9 +1,6 @@
#!/bin/sh
-USER=chad
-HOST=fedang.net
+SERVER=polaris
DIR=/var/www/html
-hugo && rsync -avz --delete public/ --exclude=/.well-known ${USER}@${HOST}:${DIR}
-# this will delete everything on the server that's not in the local public folder
-
+hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR}