diff --git a/.drone.yml b/.drone.yml index ac777e2..fff2879 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,18 @@ steps: - name: build image: shaguarger/platformio commands: - - platformio run \ No newline at end of file + - platformio run +- name: gitea_release + image: plugins/gitea-release + settings: + api_key: + from_secret: gitea_token + base_url: https://git.lais.dev + files: + - .pio/build/nanoatmega328/firmware.bin + checksum: + - md5 + - sha256 + - crc32 + when: + event: tag \ No newline at end of file