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

Merged
jtagcat merged 1 commits from glci into master 2020-09-07 07:10:21 +00:00
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