Skip to content
Snippets Groups Projects
Commit da744464 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

copy to dataset

parent 87323d1f
Branches
No related merge requests found
......@@ -62,7 +62,6 @@ deploy:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- rsync -rtcv -e 'ssh -p 29419' error-documents/ saref-portal@saref.etsi.org:~/error-documents
- rsync -rtcv -e 'ssh -p 29419' target/site/ saref-portal@saref.etsi.org:~/site
- scp -pr '-P 29419' target/dataset saref-portal@saref.etsi.org:~/dataset-new
- ssh -p 29419 saref-portal@saref.etsi.org "rm -r ~/dataset && mv ~/dataset-new ~/dataset"
- scp -pr '-P 29419' target/dataset saref-portal@saref.etsi.org:~/dataset
only:
- master
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