Add .gitlab-ci.yml for signs.k-space.ee

This commit is contained in:
jtagcat 2020-09-04 22:35:02 +03:00
parent 238a5fe607
commit ec9a2ad2ce
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View 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