fix: correct formatting in deploy-esphome command in Makefile

This commit is contained in:
2026-04-02 20:34:16 +08:00
parent 1f662db288
commit e1e89dc89b
+2 -1
View File
@@ -204,7 +204,8 @@ deploy-esphome: pull
echo "Deploying the esphome stack..." ;\ echo "Deploying the esphome stack..." ;\
set -a ;\ set -a ;\
. ./swarm/.env ;\ . ./swarm/.env ;\
set +a ;\ docker stack deploy --compose-file ./swarm/esphome.yml esphome ;\ set +a ;\
docker stack deploy --compose-file ./swarm/esphome.yml esphome ;\
} }
# git submodule update --init --recursive # git submodule update --init --recursive