kind: pipeline name: deploy-homer type: podman platform: os: linux arch: arm64 steps: - name: deploy image: cr.wks/drone/drone-rsync:latest settings: hosts: ["ebin01.wks"] source: ./ target: /data/radi1-ssd/app-data/homer-assets/ user: admini key: from_secret: ssh command_timeout: 2m script: - echo "Hello World"