updated ci
This commit is contained in:
parent
104a1c2d86
commit
618e92110d
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user