From 1060ee76e5fd0306585eafd2df999d823ba2fb9f Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 14:26:21 +0100 Subject: [PATCH] Fix Install Jenkins #2 --- script/neutral_deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/neutral_deploy.sh b/script/neutral_deploy.sh index 85d2acf..fd6662c 100644 --- a/script/neutral_deploy.sh +++ b/script/neutral_deploy.sh @@ -1,7 +1,8 @@ echo "[Neutral-Deploy] - Stage - Déploiement - START " echo "[Neutral-Deploy] - Arrêt de Neutral : Processing" +sudo su gitlab-ci pm2 stop Neutral -pm2 delete neutral +pm2 delete Neutral echo "[Neutral-Deploy] - Arrêt de Neutral : Success" echo "[Neutral-Deploy] - Supression de Neutral : Processing" rm -rf ./neutral