2
0
Files
homer-assets/.drone.yml
Udo Waechter 9fdbcf0a64
Some checks reported errors
continuous-integration/drone Build was killed
drone pipeline
2023-11-20 14:39:14 +01:00

21 lines
355 B
YAML

kind: pipeline
name: deploy-homer
type: podman
platform:
os: linux
arch: arm64
steps:
- name: deploy
image: drillster/drone-rsync
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"