Set up CI

This commit is contained in:
Mikko Ahlroth 2022-10-01 00:00:29 +03:00
parent 567f00b9cb
commit 9fef21a8c3
3 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: busybox
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH