From d76d829e464ffc0c9b3d2ef014e3fbd1d9488529 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 4 Sep 2016 17:32:26 +0200 Subject: [PATCH] add page stage --- .gitlab-ci.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fb054f..ab47cea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - \ No newline at end of file + +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 \ No newline at end of file