lights/.drone.yml
Andre Henriques a662c733f0
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
added other stop
2023-03-17 00:16:45 +00:00

22 lines
222 B
YAML

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