ligths-webapp/.drone.yml
Andre Henriques 7623b5fa43
Some checks reported errors
continuous-integration/drone/push Build encountered an error
chore: try to fix drone.yml
2023-07-11 20:09:18 +01:00

18 lines
186 B
YAML

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