added node red
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s

This commit is contained in:
2025-12-07 23:54:13 +00:00
parent ab0ca9d365
commit 7c3d9191be
9 changed files with 100 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ For more information about k3s cluster/nodes setup check [readme](./docs/k3s-clu
- [Mosquitto](#mosquitto)
- [Wyoming](#wyoming)
- [Zigbee2mqtt](#zigbee2mqtt)
- [node-red](#node-red)
## Home Assistant
@@ -66,3 +67,17 @@ Attached SONOFF Universal Zigbee 3.0 USB Dongle Plus to the Proxmox node and con
Deployments and scripts on services/Zigbee2mqtt repo folder.
[Continuous deploy](./.gitea/workflows/casa-services-deploy.yaml).
## node-red
**Deploy app:**
```bash
./services/node-red/ops-scripts/apply-app.sh
```
**Deploy Infra:**
```bash
./services/node-red/ops-scripts/apply-infra.sh
```