Compare commits
2 Commits
fce231c5fa
...
0f1a5c5731
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f1a5c5731 | ||
|
|
9422250e97 |
@@ -17,17 +17,14 @@ steps:
|
||||
- name: copy-file-over-scp
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host:
|
||||
from_secret: SSH_HOST
|
||||
username:
|
||||
from_secret: SSH_USER
|
||||
host: [ SSH_HOST ]
|
||||
username: [ SSH_USER ]
|
||||
port: 22
|
||||
ssh_key:
|
||||
from_secret: ssh-key
|
||||
source:
|
||||
- schedule/schedule.md
|
||||
target:
|
||||
from_secret: TARGET
|
||||
target: [ TARGET ]
|
||||
strip_components: 0
|
||||
overwrite: true
|
||||
known_hosts:
|
||||
|
||||
Reference in New Issue
Block a user