update pipeline
This commit is contained in:
parent
d7dc258360
commit
5bb96b6ece
1 changed files with 1 additions and 5 deletions
|
@ -44,15 +44,11 @@ docker-build:
|
|||
- dev
|
||||
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install -qq git
|
||||
# Setup SSH deploy keys
|
||||
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||
- mkdir -p ~/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
|
||||
|
||||
deploy_staging:
|
||||
stage: deploy
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue