From 47fef8ebee225cdc03a4265403cd533ccb7f81ff Mon Sep 17 00:00:00 2001 From: Reimar <mail@reim.ar> Date: Wed, 5 Mar 2025 18:34:35 +0100 Subject: [PATCH] Fix deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0b48c4b..48da606 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/sh -rsync --exclude=\.git -r * reimar@192.168.0.4:/mnt/hdd/html +rsync --exclude=\.git -r * reimar@192.168.0.4:/mnt/hdd/www/html