„.drone.yml“ ändern
Some checks failed
ci/woodpecker/push/drone Pipeline failed

This commit is contained in:
Dorian Zedler 2022-06-25 14:22:12 +00:00
parent 28b8229b50
commit e92056c70a

View file

@ -1,10 +1,5 @@
--- pipeline:
kind: pipeline build:
type: docker
name: default
steps:
- name: build
image: python:3.6 image: python:3.6
commands: commands:
- "pip install -U platformio" - "pip install -U platformio"
@ -12,10 +7,10 @@ steps:
- "platformio run --environment esp8266" - "platformio run --environment esp8266"
- cp .pio/build/esp8266/firmware.bin esp8266.bin - cp .pio/build/esp8266/firmware.bin esp8266.bin
- name: release release:
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
base_url: https://gitea.makerlab-murnau.de base_url: https://git.makerlab-murnau.de
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
files: ./*.bin files: ./*.bin