perrotuerto.blog/.gitlab-ci.yml

12 lines
143 B
YAML
Raw Normal View History

2022-04-04 19:49:14 -05:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- no-masters