From 56a7130b258b9c05dca0ef24a5b1eaf0c98c874f Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Apr 2022 14:18:48 +0000 Subject: [PATCH] =?UTF-8?q?Essai=20de=20d=C3=A9ploiement=20automatique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3ae048..5c90587 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,5 +19,7 @@ stages: # List of stages for jobs, and their order of execution deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. script: - - echo "Deploying application..." - - echo "Application successfully deployed." + - echo "Récupération du dernier `git push`..." + - cd /home/webmaster/articles && git checkout -- . && git pull + - gsl check && gsl make + - echo "Déploiement terminé."