CI_Test/.drone.yml

11 lines
130 B
YAML

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