CI_Test/.drone.yml

12 lines
147 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:16.18-alpine3.15
commands:
- cat index.js
- node index.js 3000