Skip to content
Snippets Groups Projects
Commit 6a6f8e9a authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update .gitlab-ci.yml

parent 25b2d871
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,11 @@ doc_build:
stage: deploy
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- 'which sshpass || apt-get install sshpass -y'
- 'which rsync || apt-get install rsync -y'
- mkdir -p ~/.ssh
- eval $(ssh-agent -s)
- '[[ -f /.dockerenv ]] && echo -e "Host *ntStrictHostKeyChecking nonn" > ~/.ssh/config'
- sshpass -p "$PASS_SSH" ssh-add <(echo "$STAGING_PRIVATE_KEY")
- ssh-add <(echo "$STAGING_PRIVATE_KEY")
script:
- ssh -p50022 bolirev@bioneuro77.biologie.uni-bielefeld.de "mkdir -p /fastdata/html/navipy/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment