kind: pipeline name: default steps: - name: build image: python:3 commands: - pip install platformio - pio run - name: release image: plugins/gitea-release settings: api_key: c064e50abfb8c81219a3e4837d757290776e6066 base_url: https://code.jcktrue.dk files: - .pio/build/max7456board/firmware.hex when: event: tag