CI_Test/.drone.yml

16 lines
198 B
YAML
Raw Normal View History

2022-12-05 04:06:56 +00:00
kind: pipeline
2022-12-05 10:31:39 +00:00
type: ssh
2022-12-05 04:06:56 +00:00
name: default
2022-12-05 10:31:39 +00:00
server:
host: 172.16.0.249
2022-12-05 10:41:07 +00:00
user: nodeuser
2022-12-05 11:47:45 +00:00
ssh_key:
from_secret: test_cicada_ssh_ecdsa
2022-12-05 10:31:39 +00:00
2022-12-05 04:06:56 +00:00
steps:
2022-12-05 10:31:39 +00:00
- name: ssh_test
2022-12-05 04:06:56 +00:00
commands:
2022-12-05 08:12:18 +00:00
- node index.js 3001
2022-12-05 07:52:43 +00:00