--- kind: pipeline type: exec name: upload gateway firmare platform: os: linux arch: arm steps: - name: upload commands: - cd gateway - pio run -e pro-mini - echo -n 'reset' > /dev/ttyUSB0; sleep 1s; pio run -e pro-mini -t upload when: target: - production trigger: branch: - gateway node: host: homebox