archon-electron/.woodpecker.yml
Gregory Ballantine 3ea8ef89d6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added woodpecker CI config
2022-05-22 13:13:23 -04:00

25 lines
452 B
YAML

workspace:
base: /usr/src
path: app
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