adds trigger for CI

This commit is contained in:
Gianmarco Pettinato 2021-12-20 11:48:43 +01:00
parent 16d0114bf4
commit 37a0015026

View File

@ -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