diff --git a/.drone.yml b/.drone.yml index c6a1195..399b590 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,3 +23,7 @@ steps: - 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/" + +trigger: + branch: + - master \ No newline at end of file