Skip to content

Merge pull request #570 from ketilmo/renovate/balena-io-deploy-to-bal… #461

Merge pull request #570 from ketilmo/renovate/balena-io-deploy-to-bal…

Merge pull request #570 from ketilmo/renovate/balena-io-deploy-to-bal… #461

name: "Deploy to Balena"
on:
workflow_dispatch:
push:
branches:
- master
env:
BALENA_APP: ketil/balena-ads-b
permissions:
contents: read
jobs:
build:
name: "Deploy-to-Balena"
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Update balena.yml
uses: balena-io-experimental/balena.yml-action@cffeb7987589f35ff623a75fa39a04822b5da5af # Feb 13, 2023
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@3653c472f0bb6a9885110328b28c3a80470b3b63 # v2.3.1
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ env.BALENA_APP }}
multi_dockerignore: true