From cffbf343cfcf1afee21aeef9609cf4fa459b8fdf Mon Sep 17 00:00:00 2001 From: Ilya Date: Sat, 26 Mar 2022 21:07:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e92c0e..92d239c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ deploy_prod: - tags before_script: - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) - - apt-get update -y && apt-get install sshpass -y + - apt-get update -y && apt-get install sshpass git -y - eval $(ssh-agent -s) - mkdir -p ~/.ssh - chmod 700 ~/.ssh