From d88dbe3e7dad3d79981308809449d8735b109615 Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Wed, 12 Jan 2022 18:50:30 +0100
Subject: [PATCH] cicd: used global playbook for release

---
 .gitlab-ci.yml | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91e6985e..6271079b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,9 +63,12 @@ test:e2e:
 ## VALIDATION ##
 
 include:
-  project: infra/gitlab
-  ref: master
-  file: templates/deploy.ci.yml
+  - project: infra/gitlab
+    ref: master
+    file: templates/deploy.ci.yml
+  - project: infra/gitlab
+    ref: master
+    file: templates/nodejs.ci.yml
 
 test1:
   extends: .ansible
@@ -130,14 +133,8 @@ stg2:
 ## RELEASE TAGGING ##
 
 publish:
+  extends: .publish_npm
   stage: release
-  image: ${CI_REGISTRY}/infra/docker/jsrelease:latest
-  script:
-    - semantic-release
-  only:
-    - master
-  tags:
-    - deploy
 
 ## LIVE DEPLOYMENTS ##
 
-- 
GitLab