Skip to content
Snippets Groups Projects

Enable deploy for master

Merged David Hrbáč requested to merge hot_fix into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -2,7 +2,6 @@ stages:
@@ -2,7 +2,6 @@ stages:
- test
- test
- build
- build
- deploy
- deploy
- production
docs:
docs:
stage: test
stage: test
@@ -114,7 +113,7 @@ deploy to stage:
@@ -114,7 +113,7 @@ deploy to stage:
- branches@sccs/docs.it4i.cz
- branches@sccs/docs.it4i.cz
deploy to production:
deploy to production:
environment: production
environment: production2
stage: deploy
stage: deploy
image: davidhrbac/docker-mkdocscheck:latest
image: davidhrbac/docker-mkdocscheck:latest
before_script:
before_script:
Loading