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é."