Refactor makefile to remove unnecessary lines

This commit is contained in:
2024-09-13 11:10:24 +08:00
parent 8482b3597c
commit 69785d0494
-2
View File
@@ -22,7 +22,6 @@ deploy-local-core: pull
set +a ;\
docker stack deploy --compose-file ./swarm/local_core.yml core ;\
}
deploy-core: pull
{ \
echo "Deploying the core stack..." ;\
@@ -31,7 +30,6 @@ deploy-core: pull
set +a ;\
docker stack deploy --compose-file ./swarm/core.yml core ;\
}
remove-core:
docker stack rm core