Update .gitlab-ci.yml file
This commit is contained in:
parent
854b4c325a
commit
41e7e67fd9
|
@ -31,6 +31,8 @@ test-job:
|
|||
script:
|
||||
- echo "Exécution de gsl check..."
|
||||
- cd /home/webmaster/articles
|
||||
- rsync fichiers/* /var/lib/gsl/domains/chalec.org/files
|
||||
- rsync images/* /var/lib/gsl/domains/chalec.org/images
|
||||
- gsl check -F
|
||||
|
||||
deploy-job: # This job runs in the deploy stage.
|
||||
|
|
Loading…
Reference in New Issue