auth-api/.drone.yml
Lilleman b5e2a1312b
All checks were successful
continuous-integration/drone/push Build is passing
Added drone config file
2022-02-13 21:19:47 +01:00

10 lines
145 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine:3.15.0
commands:
- echo hello
- echo world