Correct Fixes from files component + Jenkins First Ver
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-03-19 15:48:14 +01:00
parent fd1270857d
commit 6b8a1cb6b5
4 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,6 @@
echo "[Neutral-Deploy] - Stage - Déploiement - START "
echo "[Neutral-Deploy] - Arrêt de Neutral : Processing"
cd /home/gitlab-ci
pwd
pm2 stop Neutral
pm2 delete Neutral
echo "[Neutral-Deploy] - Arrêt de Neutral : Success"
@ -13,12 +12,10 @@ git clone https://git.raphix.fr/infrastructure/neutral.git
echo "[Neutral-Deploy] - Installation de Neutral : Success"
echo "[Neutral-Deploy] - Installation des dépendances : Processing"
cd /home/gitlab-ci/neutral
pwd
npm install
echo "[Neutral-Deploy] - Installation des dépendances : Success"
echo "[Neutral-Deploy] - Démarrage de Neutral : Processing"
cd /home/gitlab-ci
pwd
pm2 start neutral.config.js
echo "[Neutral-Deploy] - Démarrage de Neutral : Success"
echo "[Neutral-Deploy] - Stage - Déploiement - END"