rc-gateway/.drone.yml

30 lines
336 B
YAML

---
kind: pipeline
type: exec
name: upload gateway firmare
platform:
os: linux
arch: arm
steps:
- name: build
commands:
- cd gateway
- pio run -e pro-mini
- name: upload
commands:
- cd gateway
- pio run -e pro-mini -t upload
when:
target:
- production
trigger:
branch:
- gateway
node:
host: homebox