arti/.gitlab-ci.yml

13 lines
196 B
YAML
Raw Permalink Normal View History

2022-02-25 22:39:32 +00:00
image: debian:stable-slim
pages:
stage: deploy
script:
- echo "Nothing to do..."
artifacts:
paths:
- public
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == "pages"