Enable debug logging in deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1e4d768d25
commit
2816b1d87a
|
@ -28,7 +28,7 @@ steps:
|
|||
|
||||
- docker rm automation_rs || true
|
||||
|
||||
- docker create -e MQTT_PASSWORD=$MQTT_PASSWORD -e HUE_TOKEN=$HUE_TOKEN -e NTFY_TOPIC=$NTFY_TOPIC --name automation_rs automation_rs
|
||||
- docker create -e RUST_LOG=automation=debug -e MQTT_PASSWORD=$MQTT_PASSWORD -e HUE_TOKEN=$HUE_TOKEN -e NTFY_TOPIC=$NTFY_TOPIC --name automation_rs automation_rs
|
||||
- docker network connect mqtt automation_rs
|
||||
- docker network connect web automation_rs
|
||||
- docker start automation_rs
|
||||
|
|
Loading…
Reference in New Issue
Block a user