Update '.drone.yml'
This commit is contained in:
parent
7ea09d20b5
commit
7198444d1d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
commands:
|
commands:
|
||||||
- "pip install -U platformio"
|
- "pip install -U platformio"
|
||||||
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
|
#- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
|
||||||
- "platformio run --environment esp8266"
|
- "platformio run --environment esp8266"
|
||||||
- cp .pio/build/esp8266/firmware.bin esp8266.bin
|
- cp .pio/build/esp8266/firmware.bin esp8266.bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue