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

12 lines
139 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
only:
- master