mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 06:33:30 +00:00
Use balena-ci action to deploy releases
Change-type: minor Signed-off-by: Miguel Casqueira <miguel@balena.io>
This commit is contained in:
parent
7713f40927
commit
caf3c1fd58
24
.github/workflows/staging-balena-ci.yml
vendored
Normal file
24
.github/workflows/staging-balena-ci.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
name: balenaCloud staging
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, closed]
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy-release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: true
|
||||||
|
matrix:
|
||||||
|
arch: [aarch64, amd64, armv7hf, i386, rpi]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: balena-io/balena-ci@master
|
||||||
|
with:
|
||||||
|
balena_token: ${{ secrets.BALENA_STAGING_TOKEN }}
|
||||||
|
fleet: 'balena_os/${{ matrix.arch }}-supervisor'
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
versionbot: true
|
||||||
|
environment: balena-staging.com
|
Loading…
Reference in New Issue
Block a user