first ssh test
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Phillip Nicholas Thern 2022-12-05 11:31:39 +01:00
parent 8572fd5b88
commit 7685c1efae
Signed by: nickveliki
GPG Key ID: 9810EF8F924EDF0C
1 changed files with 8 additions and 3 deletions

View File

@ -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