Enable debug logging in deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2023-01-17 18:38:02 +01:00
parent 1e4d768d25
commit 2816b1d87a
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -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