Merge pull request 'Update .drone.yml' (#21) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#21
This commit is contained in:
@@ -17,17 +17,14 @@ steps:
|
|||||||
- name: copy-file-over-scp
|
- name: copy-file-over-scp
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host:
|
host: [ SSH_HOST ]
|
||||||
from_secret: SSH_HOST
|
username: [ SSH_USER ]
|
||||||
username:
|
|
||||||
from_secret: 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user