Commit 3f94c5e7 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Update .gitlab-ci.yml

parent 8f2d48a7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ deploy:
    - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
    - rsync -rcv error-documents/ saref-portal@saref.etsi.org:~/error-documents
    - rsync -rcv target/site/ saref-portal@saref.etsi.org:~/site
    - scp -pr target/dataset saref-portal@saref.etsi.org:~/dataset    
    - rsync -rcv target/dataset/ saref-portal@saref.etsi.org:~/dataset
    - ssh saref-portal@saref.etsi.org "sudo ./update-search"
  only:
   - master