Test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bastian Mäuser
2025-06-13 11:09:31 +02:00
parent 265075e922
commit 188193b976
2 changed files with 6 additions and 7 deletions

View File

@@ -3,8 +3,8 @@ type: docker
name: deploy-to-remote
steps:
- name: copy-file-over-ssh
image: appleboy/drone-ssh
- name: copy-file-over-scp
image: appleboy/drone-scp
settings:
host: mephis.to
username: mephisto
@@ -12,10 +12,9 @@ steps:
ssh_key:
from_secret: ssh-key
source: content/schedule/schedule.md
target: /home/mephisto/cc/content/schedule/schedule.md
target: /home/mephisto/cc/content/schedule/
strip_components: 0
overwrite: true
known_hosts: |
mephis.to ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLbFtFq1xLwNG8YjKxc46/LQpAnKnZcf0ICq01ZXHfa
trigger:
branch:
-main