Skip to content
Snippets Groups Projects
Commit 4bad7f5b authored by David Hrbáč's avatar David Hrbáč
Browse files

nginx owner

parent 812603cd
No related branches found
No related tags found
4 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
Pipeline #
......@@ -49,7 +49,7 @@ deploy to stage:
#- ls site/
#- echo $CI_BUILD_REF_NAME
#- ssh root@"$SSH_HOST_STAGE" uptime
- rsync -av --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
- rsync -av --delete --chown=nginx:nginx site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
deploy to production:
environment: production
......@@ -71,7 +71,7 @@ deploy to production:
#- ls site/
#- echo $CI_BUILD_REF_NAME
#- ssh root@"$SSH_HOST_STAGE" uptime
- rsync -av --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/site/
- rsync -av --delete --chown=nginx:nginx site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/site/
only:
- master
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment