diff --git a/.drone.yml b/.drone.yml index ee9f585..6ba21cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,14 @@ steps: - name: upload image: python:2 commands: - - make otaupload \ No newline at end of file + - 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 \ No newline at end of file