Update .gitlab-ci.yml

environments/production/deployments/1
Theenoro 2018-09-05 13:47:47 +02:00
parent 1eed39c5b7
commit 41f31a15d7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ build:
tags:
- prod
before_script:
- eval $(ssh-agent -s)
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh