mirror of
https://github.com/Ralim/IronOS.git
synced 2025-07-23 04:13:01 +02:00
12 lines
223 B
YAML
12 lines
223 B
YAML
- type: parallel
|
|
name: Build the firmware
|
|
steps:
|
|
- name: build
|
|
service: builder
|
|
command: /build/ci/buildAll.sh
|
|
|
|
- name: deploy
|
|
service: builder
|
|
command: /ci/deployRelease.sh
|
|
tag: master
|