Skip to content

fix: adds missing folder #87

fix: adds missing folder

fix: adds missing folder #87

name: Balena Push Draft
on:
push:
branches-ignore:
- main
jobs:
balena-deploy:
# strategy:
# matrix:
# fleet_var: ['_aarch64', '_amd64']
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy Balena image
uses: ./.github/actions/deploy-balena-image
with:
balena_token: ${{ secrets.BALENA_TOKEN }}
balena_fleet: ${{ secrets.BALENA_FLEET }}
github_ref: ${{ github.ref }}
github_head_ref: ${{ github.head_ref }}
balena_release_type: draft
release_tag: ${{ github.ref_name }}
commit: ${{ github.sha }}