"first test in new branch"
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
6f3f35f0db
commit
0779da7c79
15
.drone.yml
15
.drone.yml
|
@ -1,15 +1,10 @@
|
|||
kind: pipeline
|
||||
type: ssh
|
||||
name: default
|
||||
|
||||
server:
|
||||
host: 172.16.0.249
|
||||
user: nodeuser
|
||||
ssh_key:
|
||||
from_secret: test_cicada_ssh_ecdsa
|
||||
type: docker
|
||||
name: docker_local_repo_test
|
||||
|
||||
steps:
|
||||
- name: ssh_test
|
||||
- name: new_branch_test
|
||||
image: registry.home.ftt.gmbh/apline_default
|
||||
commands:
|
||||
- node index.js 3001
|
||||
- echo "hello, world!"
|
||||
|
||||
|
|
Loading…
Reference in New Issue