Commit 4f047766 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Update .gitlab-ci.yml

parent 272c1af0
Pipeline #395 passed with stages
in 25 seconds
......@@ -20,6 +20,6 @@ deploy:
- ssh-add <(echo "$SAREF_PORTAL_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- scp -pr target/saref-pipeline.jar saref-dev@saref.etsi.org:~/saref-pipeline.jar
- scp -pr target/saref-pipeline.jar saref-portal@saref.etsi.org:~/saref-pipeline.jar
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment