Update woodpecker build pipeline
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Melon 2022-10-29 10:41:47 +01:00
parent 2d4068ad8c
commit a485c9c76f
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 7 additions and 14 deletions

View File

@ -1,12 +1,6 @@
platform: linux/amd64 platform: linux/amd64
pipeline: pipeline:
lint:
image: node
commands:
- yarn
- yarn run lint
build: build:
image: node image: node
commands: commands:
@ -25,13 +19,12 @@ pipeline:
checksum_dest: summer-ui.CHECKSUM.tar.gz.txt checksum_dest: summer-ui.CHECKSUM.tar.gz.txt
publish: publish:
image: qwerty287/gitea-release-attacher image: plugins/gitea-release
environment: settings:
- GITEA_RELEASE_ATTACHER_INSTANCE=https://code.mrmelon54.com api_key:
- GITEA_RELEASE_ATTACHER_USER=melon from_secret: release-token
- GITEA_RELEASE_ATTACHER_REPO=summer-ui base_url: https://code.mrmelon54.com
- GITEA_RELEASE_ATTACHER_REMOTE_OTHERS=1 files: ./summer-ui.tar.gz
- GITEA_RELEASE_ATTACHER_FILENAME=summer-ui.tar.gz
when: when:
event: event:
- tag - deploy