-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read config settings from MQTT and on-the-fly changes (#328)
* Feat/refactor config setting reads (#327) * handle MQTT disconnects via not initializing with clean session
- Loading branch information
1 parent
4c84285
commit 95f0132
Showing
3 changed files
with
128 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
branch=`git rev-parse --abbrev-ref HEAD` | ||
docker build -t rbrandstaedter/solarflow-control:$branch . | ||
docker build -t rbrandstaedter/solarflow-control:local . | ||
|
||
docker image push rbrandstaedter/solarflow-control:$branch | ||
docker image push rbrandstaedter/solarflow-control:local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters