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.

15 lines
399 B
YAML

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