Compare commits

...

2 Commits

Author SHA1 Message Date
9b4dd040c1 Simplifying build
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-29 21:49:51 +01:00
53ed60151c Correct API key for pushing releases 2019-03-29 21:48:18 +01:00

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: python:2 image: python:2
commands: commands:
- apt-get -y update && apt-get -y install git && pip install platformio - pip install platformio
- pio run - pio run
- name: upload - name: upload
image: python:2 image: python:2
@ -14,7 +14,7 @@ steps:
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
api_key: ef6a0baa30f8994719e236370290ac9f8bbbdb1d api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e
base_url: https://code.jcktrue.dk base_url: https://code.jcktrue.dk
files: files:
- .pioenvs/nodemcu/firmware.bin - .pioenvs/nodemcu/firmware.bin