diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55dafc9..7804eb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ synchro-et-tests: script: - |+ # Sync files with server - rsync -avzlh . /home/webmaster/site-a-lec.org/articles --exclude=".[!.]*" --delete + rsync -avzlh . /home/webmaster/site-a-lec.org/articles --filter='P sidebar/*' --delete - |+ # Check how many changed echo "Fichiers commités : $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)"