This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
summer-ui/.woodpecker/build.yml

37 lines
669 B
YAML
Raw Normal View History

2022-10-29 01:16:05 +01:00
platform: linux/amd64
pipeline:
format:
image: node
commands:
- yarn
- yarn run prettier:check:ci
2022-10-29 01:16:05 +01:00
build:
image: node
commands:
2022-10-30 16:58:12 +00:00
- yarn
- yarn run build
2022-10-29 01:16:05 +01:00
archive:
image: joseluisq/drone-archive
settings:
format: tar
src_base_path: ./dist
src: .
dest: ./summer-ui.tar.gz
checksum: true
checksum_algo: sha256
checksum_dest: summer-ui.CHECKSUM.tar.gz.txt
publish:
2022-10-29 10:41:47 +01:00
image: plugins/gitea-release
settings:
api_key:
from_secret: release-token
base_url: https://code.mrmelon54.com
files: ./summer-ui.tar.gz
2022-10-29 01:16:05 +01:00
when:
event:
2022-10-30 16:58:12 +00:00
- tag