Merge branch 'master' of git.a-lec.org:a-lec/commissions/chalec/www

This commit is contained in:
Christian P. MOMON 2022-06-24 22:43:31 +02:00
commit e47a068cd8
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ synchro-et-tests:
- rsync -avzlh fichiers/ /var/lib/gsl/domains/chalec.org/files/
- rsync -avzlh images/ /var/lib/gsl/domains/chalec.org/images/
- cd /home/webmaster/articles
- gsl check && gsl sync wip
- gsl check | grep "Err" && gsl sync wip
deploiement: # This job runs in the deploy stage.
@ -35,6 +35,6 @@ deploiement: # This job runs in the deploy stage.
for postfile in $(ls *.gsl)
do
echo "Construction de $postfile"
gsl check $postfile && gsl make $postfile && gsl check $postfile && gsl make $postfile
gsl make $postfile | grep "Err"
done
- echo "Déploiement terminé."