Add .gitlab-ci.yml for signs.k-space.ee
This commit is contained in:
parent
238a5fe607
commit
ec9a2ad2ce
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
|
||||||
|
|
||||||
|
image: busybox:latest
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- echo "There must be something here for it to deploy without messing with stuff too much."
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in New Issue
Block a user