From dda9755d33b9a3a49e2808fb4ffbdbcbe2985460 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 6 Nov 2022 19:58:04 +0100 Subject: [PATCH] ci: set up a continuous build of the app the CI is a selfhosted woodpecker instance: - https://woodpecker-ci.org/ - https://laszlo.cloud/drone-community-edition-what-is-included --- .woodpecker.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..3a3e855 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: node:18-slim + commands: + - npm ci + - npm run build