SimpleNotes/.gitlab-ci.yml
2020-04-23 18:50:29 +02:00

12 lines
171 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master