From dadad3fa963aed8b38fa3f54737bdd479e74a9fe Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 30 Aug 2016 23:18:04 +0200 Subject: [PATCH] added pages --- .gitlab-ci.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a02693..8f6ce23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ -image: hosttoday/ht-docker-node:npmts +image: hosttoday/ht-docker-node:npmci stages: - test - release - trigger -- page +- pages testLEGACY: stage: test @@ -45,3 +45,15 @@ trigger: - tags tags: - docker + +pages: + image: ht-docker-node:npmpage + stage: pages + script: + - npmpage + only: + - tags + artifacts: + expire_in: 1 week + paths: + - pages