Skip to content
Snippets Groups Projects
Commit fd326952 authored by Marek Chrastina's avatar Marek Chrastina
Browse files

Merge branch 'docs_dev_fix' into 'master'

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

See merge request !270
parents 2f3f299f fbcd5c55
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:
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
script:
- 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:
- master@sccs/docs.it4i.cz
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment