Skip to content
Snippets Groups Projects
Commit fbcd5c55 authored by Rastislav Kubala's avatar Rastislav Kubala
Browse files

Fix of the "rsync path" in "deploy to production on docs_devel" block

parent 2f3f299f
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!270Fix of the "rsync path" in "deploy to production on docs_devel" block
...@@ -166,7 +166,7 @@ deploy to production on docs_devel: ...@@ -166,7 +166,7 @@ deploy to production on docs_devel:
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
script: script:
- chown nginx:nginx site -R - chown nginx:nginx site -R
- rsync -a --delete site/ root@"$SSH_HOST_STAGE_DEV":/srv/docs.it4i.cz/site/ - rsync -a --delete site/ root@"$SSH_HOST_STAGE_DEV":/srv/docs-devel.it4i.cz/site/
only: only:
- master@sccs/docs.it4i.cz - master@sccs/docs.it4i.cz
when: manual when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment