Skip to content

Commit

Permalink
Create balena.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maanitm authored Aug 22, 2024
1 parent fe03e1d commit 174ec4e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/balena.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
balena_cloud_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: balena-io/deploy-to-balena-action@master
id: build
with:
balena_token: ${{ secrets.BALENA_TOKEN }}
fleet: rf_labs/rftv
- name: Log release ID built
run: echo "Built release ID ${{ steps.build.outputs.release_id }}"

0 comments on commit 174ec4e

Please sign in to comment.