lights/.drone.yml
Andre Henriques 7b5d7e063d
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
try removing node
2023-03-17 00:00:33 +00:00

23 lines
209 B
YAML

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