Refactor makefile to fix loadenvs command in deploy-test target

This commit is contained in:
2024-06-04 14:32:45 +08:00
parent 5d893eafb4
commit 4e696a8fee
+1 -1
View File
@@ -21,5 +21,5 @@ deploy-apps: pull
deploy-test: pull
@echo "Deploying the apps stack..."
loadenvs ./swarm/.env && docker stack deploy --compose-file ./swarm/thelounge.yml thelounge
$(loadenvs) ./swarm/.env && docker stack deploy --compose-file ./swarm/thelounge.yml thelounge
# git submodule update --init --recursive