auth/.gitlab-ci.yml
2021-07-13 03:58:09 +05:00

12 lines
149 B
YAML

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