perrotuerto.blog/.gitlab-ci.yml

12 lines
139 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:33:50 -06:00
- echo 'Deploying...'
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