first ssh test
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
8572fd5b88
commit
7685c1efae
1 changed files with 8 additions and 3 deletions
11
.drone.yml
11
.drone.yml
|
@ -1,10 +1,15 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: ssh
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
server:
|
||||||
|
host: 172.16.0.249
|
||||||
|
user: root
|
||||||
|
password:
|
||||||
|
from_secret: test_cicada_root
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: ssh_test
|
||||||
image: node:16.18-alpine3.15
|
|
||||||
commands:
|
commands:
|
||||||
- node index.js 3001
|
- node index.js 3001
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue