Skip to content

Commit

Permalink
Update OpenFleet core files (production)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent fe3cb6a commit 1fb5683
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/balena-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Random sleep (balena API workaround)
run: sleep $[ ( $RANDOM % 600 ) + 1 ]s
- name: Balena Deploy
uses: nebraltd/balena-cli-action@v15.2.3
uses: nebraltd/balena-cli-action@v16.1.0
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-${{ env.miner }}-app --debug --nocache --build"
4 changes: 2 additions & 2 deletions .github/workflows/build-open-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:

env:
balena-cli: v15.2.3
balena-cli: v16.1.0
raspberrypi3-64: 2.114.18
raspberrypi4-64: 2.113.18
raspberrypi4-64: 2.115.1
raspberrypicm4-ioboard: 2.112.12
rockpi-4b-rk3399: 2.108.25+rev1
cloud: nebra-cloud
Expand Down
2 changes: 1 addition & 1 deletion workflows/update-action-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Balena Deploy
if: env.LATEST == 'FALSE'
uses: nebraltd/balena-cli-action@v15.2.3
uses: nebraltd/balena-cli-action@v16.1.0
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"
Expand Down
2 changes: 1 addition & 1 deletion workflows/update-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Balena Deploy
if: env.LATEST == 'FALSE'
uses: nebraltd/balena-cli-action@v15.2.3
uses: nebraltd/balena-cli-action@v16.1.0
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"
Expand Down

0 comments on commit 1fb5683

Please sign in to comment.