use ssh pipeline
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
b94735a3de
commit
00002e109e
13
.drone.yml
13
.drone.yml
|
@ -1,9 +1,16 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
type: ssh
|
||||
name: hello
|
||||
|
||||
server:
|
||||
host:
|
||||
from_secret: host
|
||||
user:
|
||||
from_secret: username
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- make site
|
||||
- echo hello world
|
||||
|
|
Loading…
Reference in New Issue