From 3e4d9944163c2123912c42a5938a4e26f30d237a Mon Sep 17 00:00:00 2001 From: Reimar Date: Wed, 5 Mar 2025 17:59:31 +0100 Subject: [PATCH] Add deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..0b48c4b --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh +rsync --exclude=\.git -r * reimar@192.168.0.4:/mnt/hdd/html +