example/.drone.yml

15 lines
235 B
YAML
Raw Normal View History

2021-12-31 00:37:45 +08:00
kind: pipeline
type: monorepo
name: pkg
api:
- name: example_api
root: app/api/example_api
type: golang
port: 8080
service:
- name: example_service
root: app/service/example_service
type: golang
port: 3000