mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
Add in the drone build info.
This commit is contained in:
parent
428a3faf44
commit
c2a45e6f95
24
.drone.yml
Normal file
24
.drone.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: debian
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: debian
|
||||||
|
image: debian
|
||||||
|
|
||||||
|
settings:
|
||||||
|
registry: gitea.hedron.io
|
||||||
|
username:
|
||||||
|
from_secret: username
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
repo: gitea.hedron.io/jtgans/g13gui
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
platform: linux/amd64
|
||||||
|
mtu: 1000
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user