Skip to content
Snippets Groups Projects

Enable deploy for master

Merged David Hrbáč requested to merge hot_fix into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -113,7 +113,7 @@ deploy to stage:
- branches@sccs/docs.it4i.cz
deploy to production:
environment: production2
environment: production
stage: deploy
image: davidhrbac/docker-mkdocscheck:latest
before_script:
@@ -133,5 +133,5 @@ deploy to production:
- chown nginx:nginx site -R
- rsync -a --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/site/
only:
- master
- master@sccs/docs.it4i.cz
when: manual
Loading