Andre Henriques
260b3d2e76
Some checks reported errors
continuous-integration/drone/push Build was killed
23 lines
207 B
YAML
23 lines
207 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
|
|
...
|
|
|