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