Update .gitlab-ci.yml
This commit is contained in:
parent
bda36663ce
commit
e4ecebaa8f
@ -29,7 +29,7 @@ deploy-job:
|
||||
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)'
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
echo -e "\n"
|
||||
- echo -e "\n"
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user