Skip to content
Snippets Groups Projects
Verified Commit 3f0ec814 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Ad paralellization to mirroring and set lftp image tag to latest

parent 5b150fdf
No related branches found
No related tags found
No related merge requests found
Pipeline #17097 canceled
......@@ -16,10 +16,10 @@ build:
prod-ftp:
stage: deploy
image: harbor.sch.bme.hu/kszk/lftp
image: harbor.sch.bme.hu/kszk/lftp:latest
script:
- lftp -e "set dns:order 'inet inet6';
mirror -R public/ site/kszk/ ; quit"
mirror --parallel=5 --verbose -R public/ site/kszk/ ; quit"
-u $FTP_USER,$FTP_PASS $FTP_HOST
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment