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

CI modified for code

parent 2c3341d4
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ deploy to stage:
- chown nginx:nginx site -R
- rsync -a --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
only:
- branches@it4i-admins/docs.it4i
- branches@sccs/docs.it4i.cz
deploy to production:
environment: production
......@@ -134,5 +134,5 @@ deploy to production:
- chown nginx:nginx site -R
- rsync -a --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/site/
only:
- master@it4i-admins/docs.it4i
- master@sccs/docs.it4i.cz
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