Update .gitlab-ci.yml
This commit is contained in:
parent
3412a01dfe
commit
f581dadeba
@ -11,7 +11,7 @@ deploy_prod:
|
|||||||
- tags
|
- tags
|
||||||
before_script:
|
before_script:
|
||||||
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
|
- 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)
|
- eval $(ssh-agent -s)
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
|
Reference in New Issue
Block a user