Added .gitlab-ci.yml

This commit is contained in:
blank X 2019-01-13 20:49:19 +07:00
parent 593c84f4f3
commit 863d9fb680
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
3 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master