unquenchedaluminum/.gitlab-ci.yml

13 lines
209 B
YAML
Raw Normal View History

2021-06-05 11:16:47 +00:00
image: alpine:latest
pages:
stage: deploy
script:
2021-06-05 11:23:47 +00:00
- mkdir public && mv index.html public
2021-06-05 11:16:47 +00:00
artifacts:
paths:
2021-06-05 11:23:47 +00:00
- public
2021-06-05 11:16:47 +00:00
expire_in: 1 day
only:
- master