mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-14 08:02:16 +00:00
Woodpecker builds
This commit is contained in:
parent
fe8a7cd754
commit
8a2ff9bf10
1 changed files with 10 additions and 0 deletions
10
.woodpecker/build.yaml
Normal file
10
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: node:23-alpine3.20
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm run build
|
Loading…
Add table
Reference in a new issue