Skip to content
Snippets Groups Projects

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

Merged Rastislav Kubala requested to merge docs_dev_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading