ligths-webapp/.drone.yml
Andre Henriques 3b0684b69c
Some checks failed
continuous-integration/drone/push Build is failing
try to fix this
2023-07-11 20:12:20 +01:00

18 lines
199 B
YAML

---
kind: pipeline
type: exec
name: Build and deploy
steps:
- name: Build
commands:
- node --version | grep 20
- pnpm build
- ls
trigger:
branch:
- main
node:
lights: builder