drone-test/.drone.yml

10 lines
108 B
YAML

---
kind: pipeline
name: default
steps:
- name: backend
image: alpine:latest
commands:
- echo "test"