lights/.drone.yml
Andre Henriques 86dd3b9873
Some checks reported errors
continuous-integration/drone/push Build was killed
remove platform
2023-03-17 00:09:35 +00:00

19 lines
172 B
YAML

---
kind: pipeline
type: exec
name: Build and Deploy
steps:
- name: greeting
commands:
- echo hello world
trigger:
branch:
- main
#node:
#lights: builder
...