Skip to content

Commit

Permalink
Add other variants
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanteck committed Mar 6, 2021
1 parent e42f705 commit 8a91acf
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/workflows/push-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,51 @@ jobs:
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-indoor-868 --logs"

outdoor-915:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: bekriebel/balena-cli-action@v1
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-outdoor-915 --logs"

indoor-915:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: bekriebel/balena-cli-action@v1
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-indoor-915 --logs"

outdoor-470:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: bekriebel/balena-cli-action@v1
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-outdoor-470 --logs"

indoor-470:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: bekriebel/balena-cli-action@v1
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-indoor-470 --logs"

0 comments on commit 8a91acf

Please sign in to comment.