fixed CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Gianmarco Pettinato 2021-12-20 11:35:50 +01:00
parent 459162cd12
commit 16d0114bf4

View File

@ -13,12 +13,13 @@ steps:
- name: deploy
image: mwienk/docker-lftp
environment:
USERNAME:
from_secret: username
USERNAME: pettinattk
PASSWORD:
from_secret: password
HOST:
from_secret: host
HOST: ftp.cluster027.hosting.ovh.net
commands:
- "ls"
- echo $USERNAME
- echo $HOST
- echo $PASSWORD
- lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/"