Correction commande rsync de CI
This commit is contained in:
parent
e21ce9bd37
commit
1d09f80943
|
@ -24,8 +24,8 @@ build-job:
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
- git checkout -- .
|
- git checkout -- .
|
||||||
- git pull
|
- git pull
|
||||||
- rsync fichiers/.[^.]* /var/lib/gsl/domains/chalec.org/files
|
- rsync -avzlh --ignore-existing fichiers/ /var/lib/gsl/domains/chalec.org/files/
|
||||||
- rsync images/.[^.]* /var/lib/gsl/domains/chalec.org/images
|
- rsync -avzlh --ignore-existing images/ /var/lib/gsl/domains/chalec.org/images/
|
||||||
- gsl check
|
- gsl check
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue