malloc-datapack/.woodpecker.yml

18 lines
329 B
YAML
Raw Normal View History

2023-02-18 12:26:33 +00:00
pipeline:
build:
2023-02-18 12:44:43 +00:00
image: alpine:3.13
2023-02-18 12:26:33 +00:00
commands:
2023-02-18 12:44:43 +00:00
- apk add zip make
2023-02-18 12:26:33 +00:00
- make
publish:
image: plugins/gitea-release
settings:
api_key:
from_secret: GITEA_KEY
base_url: https://gitea.malloc.hackerbots.net/
2023-02-18 12:44:43 +00:00
files:
- ./*.zip
- ./*.sha1
when:
event: tag