Files
FabusMod/.drone.yml
T
2023-07-07 09:36:54 -06:00

13 lines
145 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: hello
image: busybox
commands:
- echo hello world
trigger:
branch:
- master