From 519d29dae77ccc5c9142586cd1e087c41366745d Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 22 May 2022 13:03:38 -0400 Subject: [PATCH] Added woodpecker CI config --- .woodpecker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..a5d759f --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,20 @@ +pipeline: + build: + image: archon_build + commands: + - npm install + - npm run grunt + - npm run build-linux + + gitea_release: + image: plugins/gitea-release + settings: + api_key: + from_secret: gitea_api_key + base_url: https://git.metaunix.net + title: "${CI_COMMIT_TAG}" + files: + - dist/archon-*.deb + - dist/archon-*.rpm + when: + event: tag