2
0
Files
homer-assets/.drone.yml
Udo Waechter 22eb6d701e
All checks were successful
continuous-integration/drone Build is passing
triggers
2023-11-21 16:31:45 +01:00

26 lines
385 B
YAML

kind: pipeline
name: deploy-homer
type: docker
platform:
os: linux
arch: arm64
trigger:
branch:
- main
event:
include:
steps:
- name: deploy
image: cr.wks/drone/drone-rsync:latest
settings:
hosts: ["ebin01.wks"]
source: ./
target: /data/raid1-ssd/app-data/homer-assets/
user: admini
key:
from_secret: ssh
command_timeout: 2m