ligths-webapp/.drone.yml

18 lines
186 B
YAML
Raw Normal View History

2023-07-11 20:08:02 +01:00
---
kind: pipeline
type: exec
name: Build and deploy
steps:
- name: Build
2023-07-11 20:09:18 +01:00
commands:
2023-07-11 20:08:02 +01:00
- nvm use 20
- pnpm build
- ls
trigger:
branch:
- main
node:
lights: builder