summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-14 20:41:08 -0500
committertdback <tyler@tdback.net>2024-12-15 10:55:01 -0500
commit0bb075d9c8ea99a6f18d440af6d03c84f17fd23b (patch)
tree719fa87402e536ce3575ea0d9e180381a34ff031 /deploy.sh
initial commit of site
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..f705868
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# deploy.sh: Generate and deploy files to the 'hive' web server.
+
+hugo && rsync -avz --delete public/ hive:/var/www/tdback.net/