DOC: CI
parent
bb0996194d
commit
ebb126c0b8
|
@ -1,5 +1,9 @@
|
||||||
# This file is a template, and might need editing before it works on your project.
|
image: ruby:2.7
|
||||||
# Full project: https://gitlab.com/pages/plain-html
|
|
||||||
|
workflow:
|
||||||
|
rules:
|
||||||
|
- if: "$CI_COMMIT_BRANCH"
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
@ -7,5 +11,5 @@ pages:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
rules:
|
||||||
- development
|
- if: '$CI_COMMIT_BRANCH == "development"'
|
||||||
|
|
Loading…
Reference in New Issue