Merge pull request #5 from jtagcat/glci

Add .gitlab-ci.yml for signs.k-space.ee
This commit is contained in:
Jaan Jänesmäe 2020-09-07 10:10:20 +03:00 committed by GitHub
commit 4096eb57cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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