"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
|
kind: pipeline
|
||||||
type: ssh
|
type: docker
|
||||||
name: default
|
name: docker_local_repo_test
|
||||||
|
|
||||||
server:
|
|
||||||
host: 172.16.0.249
|
|
||||||
user: nodeuser
|
|
||||||
ssh_key:
|
|
||||||
from_secret: test_cicada_ssh_ecdsa
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ssh_test
|
- name: new_branch_test
|
||||||
|
image: registry.home.ftt.gmbh/apline_default
|
||||||
commands:
|
commands:
|
||||||
- node index.js 3001
|
- echo "hello, world!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue