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