1
0
Fork 0
mirror of https://github.com/uhIgnacio/igna.rocks.git synced 2024-08-15 02:23:12 +00:00
igna.rocks/.gitlab-ci.yml

13 lines
160 B
YAML
Raw Normal View History

image: alpine:latest
2015-12-22 10:58:44 +00:00
pages:
stage: deploy
script:
- echo 'Nothing to do...'
2015-12-22 10:58:44 +00:00
artifacts:
paths:
- public
2020-11-23 12:51:31 +00:00
expire_in: 1 day
2015-12-22 10:58:44 +00:00
only:
- master