mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor makefile to remove unnecessary lines
This commit is contained in:
@@ -22,7 +22,6 @@ deploy-local-core: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/local_core.yml core ;\
|
docker stack deploy --compose-file ./swarm/local_core.yml core ;\
|
||||||
}
|
}
|
||||||
|
|
||||||
deploy-core: pull
|
deploy-core: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the core stack..." ;\
|
echo "Deploying the core stack..." ;\
|
||||||
@@ -31,7 +30,6 @@ deploy-core: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/core.yml core ;\
|
docker stack deploy --compose-file ./swarm/core.yml core ;\
|
||||||
}
|
}
|
||||||
|
|
||||||
remove-core:
|
remove-core:
|
||||||
docker stack rm core
|
docker stack rm core
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user