Update .gitlab-ci.yml file
This commit is contained in:
parent
be42d63dd3
commit
7ac6468db4
|
@ -22,7 +22,7 @@ synchro-et-tests:
|
|||
script:
|
||||
- |+
|
||||
# Sync files with server
|
||||
rsync -avzlh . /home/webmaster/site-a-lec.org/articles --filter='P sidebar/*' --delete
|
||||
rsync -avzlh . /home/webmaster/site-a-lec.org/articles --exclude=".[!.]*" --filter='P sidebar/*' --delete
|
||||
- |+
|
||||
# Check how many changed
|
||||
echo "Fichiers commités : $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)"
|
||||
|
|
Loading…
Reference in New Issue