summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-12-17 01:38:19 +0100
committerFederico Angelilli <code@fedang.net>2024-12-17 01:38:19 +0100
commit04388f145c8a5d1eb31daf7240eb3a256f37d7be (patch)
treea48296a63d8d07b69d08ea5cc24cea02cbe13396 /deploy.sh
parent02dfc147b9ebc690a9b54ab187a33ac3d6cda5af (diff)
Add icons
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}