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

Update .gitlab-ci.yml

parent 6d6ed74c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ deploy_website:
    - ssh-add <(echo "$PORTAL_KEY")
    - mkdir -p ~/.ssh
    - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
    - scp -pr target/saref-pipeline.jar saref-portal@saref.etsi.org:~/downloads/saref-pipeline.jar
    - scp -P 29419 -pr target/saref-pipeline.jar saref-portal@saref.etsi.org:~/saref-pipeline.jar
  only:
    - master