first ssh test
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
8572fd5b88
commit
7685c1efae
11
.drone.yml
11
.drone.yml
|
@ -1,10 +1,15 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
type: ssh
|
||||
name: default
|
||||
|
||||
server:
|
||||
host: 172.16.0.249
|
||||
user: root
|
||||
password:
|
||||
from_secret: test_cicada_root
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: node:16.18-alpine3.15
|
||||
- name: ssh_test
|
||||
commands:
|
||||
- node index.js 3001
|
||||
|
||||
|
|
Loading…
Reference in New Issue