From 79c014016670129a3e6018aba8bd47e992519d8d Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Tue, 13 Aug 2024 19:03:38 +0200 Subject: [PATCH] take deploy target as argument --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index d59cec7..3ef2e3d 100755 --- a/deploy +++ b/deploy @@ -1,4 +1,4 @@ #!/bin/bash IFS=$'\n' -rsync -Rtzv $(git ls-files public) root@reinefjord.net:/var/www/reinefjord.net-v3/ +rsync -Rtzv $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/