From cbdc51f389cfb5aa9d03bf3c4a1582cc1cd42f3e Mon Sep 17 00:00:00 2001 From: Esenjin Date: Sat, 19 Jun 2021 20:12:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml pour pointer sur la nouvelle adresse. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69cf74b..af62197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,6 @@ image: mwienk/docker-lftp deploy: stage: deploy script: - - lftp -c "set cmd:fail-exit yes; set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; cd zaap.camelia-studio.org/roulette-donjons; mirror -Rpnevvv --parallel=10 --exclude .git/" + - lftp -c "set cmd:fail-exit yes; set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; cd cila.camelia-studio.org/roulette-donjons; mirror -Rpnevvv --parallel=10 --exclude .git/" only: - - master \ No newline at end of file + - master