Refactor makefile to separate loadenvs command in deploy-test target

This commit is contained in:
2024-06-04 14:43:49 +08:00
parent 24265ed8f6
commit f4b8809853
+2 -1
View File
@@ -21,5 +21,6 @@ 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