Essai de déploiement automatique

This commit is contained in:
Adrien Bourmault 2022-04-11 14:18:48 +00:00
parent ffa756b3e3
commit 56a7130b25
1 changed files with 4 additions and 2 deletions

View File

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