From 03698a7732872f994d2d0d330d33c11b36998e79 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Apr 2022 19:22:12 +0000 Subject: [PATCH] =?UTF-8?q?CI:=20refaire=20le=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4374955..824176c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,5 +40,6 @@ deploy-job: # This job runs in the deploy stage. script: - echo "Déploiement..." - cd /home/webmaster/articles - - gsl make -F && gsl make + - gsl make -F + - gsl make - echo "Déploiement terminé."