From 6f3b87fcc99fb1478fa1a788fe4543e33af84dc0 Mon Sep 17 00:00:00 2001 From: Esenjin Date: Sun, 31 Mar 2019 17:54:08 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20param=C3=A8tre=20--exclude=20.git/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e4e8d5..1cc6e1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,6 @@ image: mwienk/docker-lftp deploy: stage: deploy script: - - lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; cd zaap.camelia-studio.org/roulette-donjons; mirror -Rnev --parallel=10" + - lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; cd zaap.camelia-studio.org/roulette-donjons; mirror -Rnev --parallel=10 --exclude .git/" only: - master \ No newline at end of file