15 lines
272 B
YAML
15 lines
272 B
YAML
pipeline:
|
|
build:
|
|
image: alpine
|
|
commands:
|
|
- make
|
|
publish:
|
|
image: plugins/gitea-release
|
|
settings:
|
|
api_key:
|
|
from_secret: GITEA_KEY
|
|
base_url: https://gitea.malloc.hackerbots.net/
|
|
files:
|
|
- ./*.zip
|
|
- ./*.sha1
|