Unverified Commit ddc04f9b authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

added update-search

parent e3538f10
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@ deploy:
    - ssh-add <(echo "$SAREF_PORTAL_KEY")
    - mkdir -p ~/.ssh
    - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
    - rsync -rtcv error-documents/ saref-portal@saref.etsi.org:~/error-documents
    - rsync -rtcv target/site/ saref-portal@saref.etsi.org:~/site
    - 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    
    - ssh saref-portal@saref.etsi.org "sudo update-search"
  only:
   - master