feat: add tar1090 and graphs1090 displays #171
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Deploy to Balena - Draft" | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
branches: | |
- master | |
env: | |
BALENA_APP: ketil/balena-ads-b | |
jobs: | |
build: | |
name: "Deploy-to-Balena-Draft" | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: Checkout main branch | |
uses: actions/checkout@v4 | |
- 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 |