add page stage

This commit is contained in:
Philipp Kunz 2016-09-04 17:32:26 +02:00
parent f8157ab8aa
commit d76d829e46

View File

@ -3,6 +3,7 @@ image: hosttoday/ht-docker-node:npmci
stages: stages:
- test - test
- release - release
- page
testLEGACY: testLEGACY:
stage: test stage: test
@ -35,3 +36,15 @@ release:
tags: tags:
- docker - docker
pages:
image: hosttoday/ht-docker-node:npmpage
stage: page
script:
- npmci command npmts
- npmci command npmpage --host gitlab
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public