Skip to content

Commit

Permalink
Update push-to-prod-nebraos-cloud-draft.yml (#887)
Browse files Browse the repository at this point in the history
* Update push-to-prod-nebraos-cloud-draft.yml

* Update push-to-prod-nebraos-cloud.yml

* Update push-to-testnet-nebraos-cloud-draft.yml

* Update push-to-testnet-nebraos-cloud.yml

* Update balena-app.yml

* Update build-open-fleet.yml

* Update update-action-prod.yml

* Update update-action-test.yml
  • Loading branch information
shawaj authored Oct 4, 2023
1 parent ae7ed17 commit ea1e27c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-prod-nebraos-cloud-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml
- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-prod-nebraos-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml
- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-testnet-nebraos-cloud-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fi
- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-testnet-nebraos-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
fi
- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion balena/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/[email protected].1
uses: nebraltd/[email protected].4
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-${{ env.miner }}-app --debug --nocache --build"
6 changes: 3 additions & 3 deletions balena/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: v17.1.1
raspberrypi3-64: 4.0.7
raspberrypi4-64: 4.0.7
balena-cli: v16.7.0
raspberrypi3-64: 4.0.16+rev1
raspberrypi4-64: 4.0.7+rev3
raspberrypicm4-ioboard: 2.112.12
rockpi-4b-rk3399: 2.108.25+rev1
balena-bobcat-px30-image: 2023.07.17
Expand Down
2 changes: 1 addition & 1 deletion balena/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/[email protected].1
uses: nebraltd/[email protected].4
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"
Expand Down
2 changes: 1 addition & 1 deletion balena/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/[email protected].1
uses: nebraltd/[email protected].4
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"
Expand Down

0 comments on commit ea1e27c

Please sign in to comment.