ligths-webapp/.drone.yml
Andre Henriques 4043afbe80
All checks were successful
continuous-integration/drone/push Build is passing
chore: get whoami
2023-07-11 20:59:07 +01:00

20 lines
225 B
YAML

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