Skip to content

Commit

Permalink
update actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthomeagentur committed Aug 12, 2023
1 parent 11b4d8b commit 2e2001b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
with:
balena_api_token: ${{secrets.BALENA_TOKEN}}
balena_command: "push ${{env.BALENA_FLEET}}-amd64"
balena_url: balena-cloud.com

- name: Balena Deploy Blocks aarch64
uses: wirewirewirewire/balena-cli@v1
if: success()
with:
balena_api_token: ${{secrets.BALENA_TOKEN}}
balena_command: "push ${{env.BALENA_FLEET}}-aarch64"
balena_url: balena-cloud.com

0 comments on commit 2e2001b

Please sign in to comment.