Skip to content

feat: add compatibility with mode-s beast (#104) #64

feat: add compatibility with mode-s beast (#104)

feat: add compatibility with mode-s beast (#104) #64

name: "Deploy to Balena"
on:
push:
branches:
- master
env:
BALENA_APP: ketil/balena-ads-b
jobs:
build:
name: "Deploy-to-Balena"
runs-on: "ubuntu-latest"
steps:
- name: Checkout main branch
uses: actions/checkout@v4
- name: Update balena.yml
uses: balena-io-experimental/balena.yml-action@main
with:
# Synchronise the GitHub README with the Balena Hub README
sync_readme: true
# If pushing a tag to deploy, use the same tag as the version number to display on Balena Hub
sync_tag: false
- name: Deploy to Balena
uses: balena-io/deploy-to-balena-action@master
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ env.BALENA_APP }}
multi_dockerignore: true