Commit 0512f7dd authored by Bella Ananda Putri's avatar Bella Ananda Putri
Browse files

Create .gitlab-ci.yml

parent 3f686e28
No related merge requests found
Pipeline #2254 passed with stage
in 1 minute and 12 seconds
Showing with 12 additions and 0 deletions
+12 -0
stages:
- main
# upload job, see https://lftp.yar.ru/lftp-man.html
main:
stage: main
script:
- apt-get update -qq && apt-get install -y -qq lftp
- lftp -c "set ftp:ssl-allow no; open -u $USER,$PASS $HOST; mirror -Rnev --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/ --exclude assets/ "
only:
- main
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment