Update .gitlab-ci.yml

This commit is contained in:
Ilya 2022-04-07 09:23:09 +00:00
parent 3412a01dfe
commit f581dadeba

View File

@ -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 git -y
- apt-get update -y && apt-get install git -y
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh