From 9eb9f45c033eda7b7e0babc1d72053c0c566a16a Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 26 Jun 2022 09:18:29 +0000 Subject: [PATCH 1/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b94a00..854e6a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ stages: # List of stages for jobs, and their order of execution synchro-et-tests: stage: build script: - - rsync -avzlh * /home/webmaster/articles/ + - rsync -avzlh --delete * /home/webmaster/articles/ - mkdir -p /var/lib/gsl/domains/a-lec.org/files/ /var/lib/gsl/domains/a-lec.org/images - rsync -avzlh fichiers/ /var/lib/gsl/domains/a-lec.org/files/ - rsync -avzlh images/ /var/lib/gsl/domains/a-lec.org/images/ From a96ba5e54d2cd126fe2f463f09acd63656523f10 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 26 Jun 2022 09:21:23 +0000 Subject: [PATCH 2/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 854e6a6..3d16eab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ stages: # List of stages for jobs, and their order of execution synchro-et-tests: stage: build script: - - rsync -avzlh --delete * /home/webmaster/articles/ + - rsync -avzlh * /home/webmaster/articles/ --delete - mkdir -p /var/lib/gsl/domains/a-lec.org/files/ /var/lib/gsl/domains/a-lec.org/images - rsync -avzlh fichiers/ /var/lib/gsl/domains/a-lec.org/files/ - rsync -avzlh images/ /var/lib/gsl/domains/a-lec.org/images/