Skip to content
Snippets Groups Projects
Commit a2f65e50 authored by Frédéric Grelot's avatar Frédéric Grelot
Browse files

Mise en cohérence du .gitlab-ci.yml

parent 849cbc93
Branches
Tags
No related merge requests found
......@@ -40,4 +40,4 @@ website:
- R -e 'devtools::update_packages(packages = "pkgdown")'
- R -e 'pkgdown::build_site()'
- sudo apt-get install -y sshpass rsync
- sshpass -p "${OVH_PASS}" rsync -a -e "ssh -o StrictHostKeyChecking=no" docs/ ${OVH_LOGIN}@${OVH_SFTP}:/home/${OVH_LOGIN}/${LIB}
\ No newline at end of file
- sshpass -p "${OVH_PASS}" rsync -a -e "ssh -o StrictHostKeyChecking=no" docs/ ${OVH_LOGIN}@${OVH_SFTP}:/home/${OVH_LOGIN}/${LIB}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment