Release back to gogs
This commit is contained in:
12
.drone.yml
12
.drone.yml
@ -10,4 +10,14 @@ steps:
|
|||||||
- name: upload
|
- name: upload
|
||||||
image: python:2
|
image: python:2
|
||||||
commands:
|
commands:
|
||||||
- make otaupload
|
- make otaupload
|
||||||
|
- name: release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key: ef6a0baa30f8994719e236370290ac9f8bbbdb1d
|
||||||
|
base_url: https://code.jcktrue.dk
|
||||||
|
files:
|
||||||
|
- .pioenvs/nodemcu/firmware.bin
|
||||||
|
- .pioenvs/nodemcu/firmware.elf
|
||||||
|
when:
|
||||||
|
event: tag
|
Reference in New Issue
Block a user