ltx/.drone.yml
2023-05-15 14:12:19 -04:00

15 lines
184 B
YAML

kind: pipeline
type: docker
name: lifetracker
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world