perrotuerto.blog/.gitlab-ci.yml

12 lines
140 B
YAML
Raw Normal View History

2022-04-04 19:49:14 -05:00
image: alpine:latest
pages:
stage: deploy
script:
2023-06-26 10:32:43 -06:00
- sh scripts/update.sh
2022-04-04 19:49:14 -05:00
artifacts:
paths:
2022-12-07 12:55:04 -06:00
- public
2022-04-04 19:49:14 -05:00
only:
- no-masters