From 363e73a544d9fc2ff2debbb2d8a2a5158519fc50 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 30 Dec 2020 17:08:54 -0600 Subject: [PATCH] Fix deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 2d27d5b..886fd5d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,5 +6,5 @@ # Distributed under terms of the MIT license. # -ssh -t salt@www.9iron.club sudo git -C /var/www/www pull +ssh -t salt@www.9iron.club sudo git -C /var/www/www.9iron.club pull