You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
366 B
YAML

6 years ago
---
stages:
- deploy
Upload to webserver:
6 years ago
stage: deploy
6 years ago
only:
- master
6 years ago
script:
- apt-get update -qq && apt-get install -y -qq lftp
6 years ago
- |
lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; \
mirror -Rev ./ ./ --ignore-time --parallel=10 \
--exclude-glob .git* --exclude .git/"