Skip to content

Commit

Permalink
fix(deploy) update git flow
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthomeagentur committed Oct 13, 2024
1 parent b761a1c commit bec1318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
environment: balena
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Balena Deploy Blocks amd64
uses: wirewirewirewire/balena-cli@v1
uses: Theia-Scientific/balena-cli@v18
if: success()
with:
balena_api_token: ${{secrets.BALENA_TOKEN}}
balena_command: "push ${{vars.BALENA_FLEET}}-amd64"

- name: Balena Deploy Blocks rpi
uses: wirewirewirewire/balena-cli@v1
uses: Theia-Scientific/balena-cli@v18
if: success()
with:
balena_api_token: ${{secrets.BALENA_TOKEN}}
Expand Down

0 comments on commit bec1318

Please sign in to comment.