Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-08-29 20:41:54 +00:00
parent 3a1afea24b
commit 6886a38e7f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ synchro-et-tests:
script:
- |+
# Sync files with server
rsync -avzlh --delete * /home/webmaster/site-chalec.org/articles/
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
- |+
# Check how many changed
echo "Fichiers commités : $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)"