19 lines
277 B
YAML
19 lines
277 B
YAML
|
|
||
|
---
|
||
|
|
||
|
|
||
|
steps:
|
||
|
|
||
|
deploy:
|
||
|
image: appleboy/drone-scp
|
||
|
settings:
|
||
|
strip_components: 1
|
||
|
host:
|
||
|
from_secret: host
|
||
|
username:
|
||
|
from_secret: ssh_user
|
||
|
target:
|
||
|
from_secret: path
|
||
|
source: src/
|
||
|
key:
|
||
|
from_secret: ssh_key
|