|
|
|
@ -10,5 +10,5 @@ Upload to webserver:
|
|
|
|
|
- ls -l
|
|
|
|
|
- |
|
|
|
|
|
lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; \
|
|
|
|
|
mirror -Rev ./ ./www --ignore-time --ignore-size --parallel=10 \
|
|
|
|
|
mirror -Rev ./ ./www --parallel=10 \
|
|
|
|
|
--exclude-glob .git* --exclude .git/"
|
|
|
|
|