This commit is contained in:
19
.woodpecker.yml
Normal file
19
.woodpecker.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
---
|
||||
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user