Skip to content
Snippets Groups Projects
Commit 13f84794 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Update .gitlab-ci.yml

parent 0de5d8f0
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ ftp_deploy:
stage: ftp_deploy
image: ubuntu:latest
script:
- echo $FTP_HOST $FTP_USERNAME $FTP_PASSWROD $FTP_TARGET_DIR
- apt-get update -qq && apt-get install -y -qq lftp
- lftp -c "set ftp:ssl-allow no; open -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST; mirror -Rnev ./ ./$FTP_TARGET_DIR --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
- echo $FTP_HOST $FTP_USERNAME $FTP_PASSWORD $FTP_TARGET_DIR $CI_PROJECT_DIR
tags:
- shared-fi
# only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment