This commit is contained in:
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: Build and deploy
|
||||
|
||||
steps:
|
||||
- name: Build
|
||||
commands:
|
||||
- nvm use 20
|
||||
- pnpm build
|
||||
- ls
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
node:
|
||||
lights: builder
|
||||
...
|
||||
Reference in New Issue
Block a user