2
0
Files
homer-assets/.drone.yml
Udo Waechter 1f7ce801f5
Some checks reported errors
continuous-integration/drone Build was killed
our own drone-rsync image
2023-11-20 16:49:48 +01:00

21 lines
365 B
YAML

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"