ci: set up a continuous build of the app
ci/woodpecker/push/woodpecker Pipeline was successful Details

the CI is a selfhosted woodpecker instance:
- https://woodpecker-ci.org/
- https://laszlo.cloud/drone-community-edition-what-is-included
pull/1/head
alex 2 years ago
parent 2ee2b69da4
commit dda9755d33

@ -0,0 +1,6 @@
pipeline:
build:
image: node:18-slim
commands:
- npm ci
- npm run build
Loading…
Cancel
Save