diff --git a/.drone.yml b/.drone.yml index ed9eb56..0c9644b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,13 @@ type: docker platform: os: linux arch: arm64 - + +trigger: + branch: + - main + event: + include: + steps: - name: deploy image: cr.wks/drone/drone-rsync:latest @@ -17,5 +23,3 @@ steps: key: from_secret: ssh command_timeout: 2m - script: - - echo "Hello World" \ No newline at end of file