Add new file

This commit is contained in:
Octo Andri 2020-10-30 16:35:59 +00:00
parent c03d30f90a
commit 492d63a0fa
1 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:
- /
only:
- master