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