drone-tech/.dron

15 lines
192 B
Plaintext
Raw Normal View History

2023-04-25 19:01:44 +01:00
kind: pipeline
type: docker
name: hello-world
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: arm64v8/busybox
commands:
- echo hello-world