Aggiunta pipeline per drone.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
eddfb9832f
commit
fb5f2422f8
22
.drone.yml
Normal file
22
.drone.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build and publish
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build binary package
|
||||||
|
image: mydatakeeper/drone-makepkg:x86_64
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: deploy_token
|
||||||
|
base_url: https://git.sys42.eu
|
||||||
|
files: *.pkg.tar.zst
|
||||||
|
checksum: md5sum
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
- pull_request
|
Loading…
Reference in New Issue
Block a user