Skip to content

Commit

Permalink
v1.21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-paesa committed Jan 13, 2025
1 parent 29011b9 commit f57eec8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy to Balena

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Deploy
uses: balena-io/deploy-to-balena-action@v2.0.91
with:
balena_token: ${{ secrets.BALENA_TOKEN }}
fleet: n3uron/n3uron-amd64
4 changes: 3 additions & 1 deletion balena.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: N3uron Industrial IoT Platform
type: sw.block
version: 1.21.10
version: 1.21.11

description: >-
N3uron is an Industrial Edge Platform for DataOps that streamlines the flow of data between industrial devices
Expand All @@ -20,6 +20,8 @@ assets:
data:
applicationEnvironmentVariables:
- HOSTNAME: balena-edge01
- ADMIN_PASSWORD: n3uron
- USER_PASSWORD: n3uron
defaultDeviceType: generic-amd64
supportedDeviceTypes:
- generic-amd64
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
n3uron:
image: n3uronhub/n3uron:v1.21.10-amd64
image: n3uronhub/n3uron:v1.21.11-amd64
ports:
- 8003:8003 # HTTP WebUI
- 8443:8443 # HTTPS WebUI
Expand Down

0 comments on commit f57eec8

Please sign in to comment.