updated ci

This commit is contained in:
Gianmarco Pettinato 2021-10-18 11:27:28 +02:00
parent 104a1c2d86
commit 618e92110d
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
script:
- apt-get update -qq && apt-get install -y -qq lftp
- lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude-glob .htaccess --exclude-glob .git* --exclude .git/"
- lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/"