Removed debug logging in deployment, as it is no longer needed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2023-01-17 19:05:51 +01:00
parent c3638367de
commit f756562676
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -28,7 +28,7 @@ steps:
- docker rm automation_rs || true - docker rm automation_rs || true
- 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 create -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 mqtt automation_rs
- docker network connect web automation_rs - docker network connect web automation_rs
- docker start automation_rs - docker start automation_rs