Update .gitlab-ci.yml file
This commit is contained in:
parent
854b4c325a
commit
41e7e67fd9
|
@ -31,6 +31,8 @@ test-job:
|
||||||
script:
|
script:
|
||||||
- echo "Exécution de gsl check..."
|
- echo "Exécution de gsl check..."
|
||||||
- cd /home/webmaster/articles
|
- 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
|
- gsl check -F
|
||||||
|
|
||||||
deploy-job: # This job runs in the deploy stage.
|
deploy-job: # This job runs in the deploy stage.
|
||||||
|
|
Loading…
Reference in New Issue