example/.drone.yml

15 lines
235 B
YAML

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