From f2328ac3104e4281c36fe26c8e4b492ce5acc6dc Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 19 Nov 2024 12:42:09 +0100 Subject: [PATCH] update script --- 1deployMatsenApi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1deployMatsenApi.sh b/1deployMatsenApi.sh index 118be7c..715e3c0 100644 --- a/1deployMatsenApi.sh +++ b/1deployMatsenApi.sh @@ -8,7 +8,7 @@ GIT_PATH="/var/www/matsen-git-repository/matsen-tool-be" copy_files() { # Git Pull durchführen cd ${GIT_PATH} - sudo git pull + sudo GIT_SSH_COMMAND="ssh -i /home/service-spawntree/.ssh/id_rsa -p 1122" git pull echo "$(tput setab 2)matsen api has been PULLED$(tput sgr 0)"