-
Notifications
You must be signed in to change notification settings - Fork 9
32 lines (29 loc) · 842 Bytes
/
Copy pathbalena.yml
File metadata and controls
32 lines (29 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
fleet:
[
gh_klutchell/tailscale-aarch64,
gh_klutchell/tailscale-amd64,
gh_klutchell/tailscale-armv7hf,
]
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
fetch-depth: 1
# https://github.com/balena-io/deploy-to-balena-action
- uses: balena-io/deploy-to-balena-action@3653c472f0bb6a9885110328b28c3a80470b3b63 # v2.3.1
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}