From 2941a004198ebe7e7a137ceb3981ee988c08ecc3 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 7 Jun 2022 22:23:30 +0200 Subject: [PATCH] hostname --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8b8c594..f65a479 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,9 @@ steps: image: cburki/mosquitto-clients commands: - lastknownip=$(mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$$localip" -C 1) + environment: + hostname: + from_secret: hostname - name: build image: python:3.10 commands: