Files
Test/.drone.yml
Chatchai J da159411af
All checks were successful
continuous-integration/drone/push Build is passing
test#5
2022-12-28 12:17:57 +07:00

14 lines
250 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: send
image: curlimages/curl
commands:
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.c"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @Makefile"
...