adds trigger for CI
This commit is contained in:
parent
16d0114bf4
commit
37a0015026
@ -23,3 +23,7 @@ steps:
|
|||||||
- echo $HOST
|
- echo $HOST
|
||||||
- echo $PASSWORD
|
- echo $PASSWORD
|
||||||
- lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/"
|
- lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/"
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
Reference in New Issue
Block a user