This commit is contained in:
parent
255c98df66
commit
4a103a85a6
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yaml
Normal file
11
.woodpecker.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
when:
|
||||
- event: manual
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: hello-world
|
||||
image: node:latest
|
||||
commands:
|
||||
- npm install vite
|
||||
- vite build
|
Reference in a new issue