summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2020-11-17 07:10:12 -0500
committerRobby Zambito <contact@robbyzambito.me>2020-11-17 07:10:12 -0500
commitfd3bf62e67b0bb020982b4a3b3590d0e91658d05 (patch)
treea9faf496865914b138204013f25bbfaf9d6f5b1b
parentde8cf47f34cbce50bcfff6675302eb7c51ee527f (diff)
Created deploy script
-rwxr-xr-xdeploy3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy b/deploy
new file mode 100755
index 0000000..6d42825
--- /dev/null
+++ b/deploy
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+hugo && rsync -avz --delete public/ robbyzambito.me:/var/www/robby