DOC: gitlab ci
parent
efe59c4e87
commit
bb0996194d
|
@ -0,0 +1,11 @@
|
|||
# This file is a template, and might need editing before it works on your project.
|
||||
# Full project: https://gitlab.com/pages/plain-html
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- development
|
Loading…
Reference in New Issue