2
0

trigger on branch and debug
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-12-09 20:02:30 +01:00
parent 9bfc4814c0
commit fcb1977364

View File

@@ -1,16 +1,18 @@
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:
@@ -18,6 +20,6 @@ steps:
source: ./
target: /home/podman/.local/share/containers/storage/volumes/homer-assets/_data/
user: podman
key:
key:
from_secret: ssh
command_timeout: 2m