kirbylife.dev/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Permalink Normal View History

2019-03-06 08:55:04 +00:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master