update pipeline

This commit is contained in:
Aaron Riedel 2022-03-07 02:28:26 +01:00
parent d7dc258360
commit 5bb96b6ece
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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: