Fix Install Jenkins #3
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-03-19 14:28:50 +01:00
parent 1060ee76e5
commit 79257f42d1

View File

@ -1,6 +1,7 @@
echo "[Neutral-Deploy] - Stage - Déploiement - START "
echo "[Neutral-Deploy] - Arrêt de Neutral : Processing"
sudo su gitlab-ci
cd /home/gitlab-ci
pm2 stop Neutral
pm2 delete Neutral
echo "[Neutral-Deploy] - Arrêt de Neutral : Success"