portail/.gitlab-ci.yml

12 lines
162 B
YAML
Raw Normal View History

2019-08-16 21:52:11 +00:00
image: alpine
2019-08-16 21:55:10 +00:00
2019-08-16 21:50:28 +00:00
pages:
2019-08-17 00:44:31 +00:00
stage: deploy
script:
- sh ./scripts/generate.sh
- cp -r site public
2019-08-16 21:50:28 +00:00
artifacts:
paths:
2019-08-17 00:44:31 +00:00
- public
2019-08-16 21:50:28 +00:00
only:
- master