Added .gitlab-ci.yml
This commit is contained in:
parent
593c84f4f3
commit
863d9fb680
|
@ -0,0 +1,11 @@
|
|||
image: alpine:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo 'Nothing to do...'
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
Loading…
Reference in New Issue