Compare commits

..

2 Commits

Author SHA1 Message Date
Bastian Mäuser
6c84d3e200 Merge pull request 'Update .drone.yml' (#22) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#22
2025-06-16 11:30:28 +02:00
Bastian Mäuser
6d77041db3 Update .drone.yml 2025-06-16 11:30:21 +02:00

View File

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