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:
- test
- release
- page
testLEGACY:
stage: test
@ -34,4 +35,16 @@ release:
- tags
tags:
- 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