perrotuerto.blog/.gitlab-ci.yml

12 lines
140 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- sh scripts/update.sh
artifacts:
paths:
- public
only:
- no-masters