Correct Fixes from files component + Jenkins First Ver
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user