From 46851274a9084bd30e4d7649245ece4e0c848139 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 31 Dec 2020 19:27:49 -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 a402984..46f8e65 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,5 +6,5 @@ # Distributed under terms of the MIT license. # -ssh -t salt@desu.ltd sudo git -C /var/www/html/desu.ltd pull +ssh -t salt@desu.ltd sudo git -C /var/www/desu.ltd pull