Refactor makefile to fix loadenvs command in deploy-test target

This commit is contained in:
2024-06-04 18:54:28 +08:00
parent b4d5b540c3
commit bf693e7236
+2 -2
View File
@@ -26,9 +26,9 @@ deploy-apps: pull
deploy-ghost: pull
{ \
@echo "Deploying the ghost stack..." ;\
echo "Deploying the ghost stack..." ;\
set -a ;\
source ./swarm/.env ;\
. ./swarm/.env ;\
set +a ;\
docker stack deploy --compose-file ./swarm/ghost.yml ghost ;\
}