This commit is contained in:
parent
e408877dc1
commit
59c8d72982
@ -19,4 +19,7 @@ steps:
|
||||
$HOST:
|
||||
from_secret: host
|
||||
commands:
|
||||
- echo $USERNAME
|
||||
- echo $PASSWORD
|
||||
- echo $HOST
|
||||
- lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/"
|
Loading…
Reference in New Issue
Block a user