Update .drone.yml

This commit is contained in:
Bastian Mäuser
2025-06-16 11:30:21 +02:00
parent 0f1a5c5731
commit 6d77041db3

View File

@@ -17,14 +17,17 @@ steps:
- name: copy-file-over-scp - name: copy-file-over-scp
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: [ SSH_HOST ] host:
username: [ SSH_USER ] from_secret: SSH_HOST
username:
from_secretT: SSH_USER
port: 22 port: 22
ssh_key: ssh_key:
from_secret: ssh-key from_secret: ssh-key
source: source:
- schedule/schedule.md - schedule/schedule.md
target: [ TARGET ] target:
from_secret: TARGET
strip_components: 0 strip_components: 0
overwrite: true overwrite: true
known_hosts: known_hosts: