Release back to gogs

This commit is contained in:
Jens True 2019-03-29 19:23:32 +01:00
parent 1e06323ef7
commit faa509f93f

@ -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