Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-17 16:38:28 +00:00
parent 9a3a85e3e3
commit a4a29bd314
1 changed files with 1 additions and 1 deletions

View File

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