aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorJoris2020-10-31 15:24:26 +0100
committerJoris2020-10-31 15:24:26 +0100
commit1e167679f6827c7119d616633b21fffef269cd75 (patch)
tree9c846c03913366936a093976a329e7a774002283 /deploy
parentc9c0a6e8651da823b41e4186a736f2dbb48919db (diff)
Use only HTML and CSS
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy b/deploy
new file mode 100755
index 0000000..73af6f2
--- /dev/null
+++ b/deploy
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+set -euo
+
+rsync -avzh public/ guyonvarch.me:/var/www/guyonvarch.me --delete