diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 780c7a9..6321fd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ Upload to webserver: - master script: - apt-get update -qq && apt-get install -y -qq lftp + - ls -l - | lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; \ - mirror -Rev ./ ./www --ignore-time --parallel=10 \ + mirror -ev ./ ./www --ignore-time --parallel=10 \ --exclude-glob .git* --exclude .git/"