Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

master
Dorian Zedler 2021-12-22 11:23:21 +00:00
parent 2517b804bf
commit 7ea09d20b5
1 changed files with 16 additions and 16 deletions

View File

@ -4,20 +4,20 @@ type: docker
name: default
steps:
- name: build
image: python:3.6
commands:
- "pip install -U platformio"
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
- "platformio run --environment esp8266"
- cp .pio/build/esp8266/firmware.bin esp8266.bin
- name: build
image: python:3.6
commands:
- "pip install -U platformio"
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
- "platformio run --environment esp8266"
- cp .pio/build/esp8266/firmware.bin esp8266.bin
- name: release
image: plugins/gitea-release
settings:
base_url: https://gitea.makerlab-murnau.de
api_key:
from_secret: gitea_token
files: ./*.bin
when:
event: tag
- name: release
image: plugins/gitea-release
settings:
base_url: https://gitea.makerlab-murnau.de
api_key:
from_secret: gitea_token
files: ./*.bin
when:
event: tag