2
0
Files
homer-assets/.drone.yml
Udo Waechter fcb1977364
Some checks failed
continuous-integration/drone Build is failing
trigger on branch and debug
2025-12-09 20:02:30 +01:00

26 lines
467 B
YAML

kind: pipeline
name: deploy-homer
type: docker
platform:
os: linux
arch: arm64
trigger:
branch:
- main
steps:
- name: dns-lookup
image: alpine:latest
commands:
- nslookup homer.chaos
- name: deploy
image: drillster/drone-rsync:latest
settings:
hosts: ["homer.chaos"]
source: ./
target: /home/podman/.local/share/containers/storage/volumes/homer-assets/_data/
user: podman
key:
from_secret: ssh
command_timeout: 2m