ligths-webapp/.drone.yml

19 lines
187 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
commands:
- nvm use 20
- pnpm build
- ls
trigger:
branch:
- main
node:
lights: builder
...