1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

deploy coverage

This commit is contained in:
Steffen Vogel 2016-10-15 22:52:31 -04:00
parent afefc7f5fa
commit e786a44c83

View file

@ -98,15 +98,23 @@ integration:
# Stage: deliver
##############################################################################
deliver:
website:
stage: deploy
script:
- rsync web/landing.html $DEPLOY_PATH/index.html
- rsync -r build/doc/html/ $DEPLOY_PATH/doc/$CI_BUILD_REF_NAME/
only:
- develop
dependencies:
- docs
tags:
- villas-deploy
deliver:
stage: deploy
script:
- rsync -r build/release/doc/html/ $DEPLOY_PATH/doc/$CI_BUILD_REF_NAME/
- rsync -r build/release-coverage/coverage/ $DEPLOY_PATH/coverage/$CI_BUILD_REF_NAME/
dependencies:
- docs
- coverage
tags:
- villas-deploy