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 9, 2025
1 parent 2899bdf commit 5750009
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/ming
4 changes: 3 additions & 1 deletion balena.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MING
type: sw.application
version: 1.21.10
version: 1.21.11

description: >-
The MING stack is a popular combination of software technologies used for building scalable and real-time Industrial IoT data processing and visualization systems.
Expand Down Expand Up @@ -33,6 +33,8 @@ assets:
data:
applicationEnvironmentVariables:
- HOSTNAME: gateway01
- ADMIN_PASSWORD: n3uron
- USER_PASSWORD: n3uron
- DOCKER_INFLUXDB_INIT_USERNAME: admin
- DOCKER_INFLUXDB_INIT_PASSWORD: n3urondemo
- DOCKER_INFLUXDB_INIT_ORG: N3uron
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
image: n3uronhub/n3uron:v1.21.11
ports:
- 80:8003 # HTTP WebUI for balena
- 8003:8003 # HTTP WebUI
Expand Down

0 comments on commit 5750009

Please sign in to comment.