mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
feat: add deploy-semaphore target to Makefile for semaphore stack deployment
This commit is contained in:
@@ -167,4 +167,12 @@ deploy-outline: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/outline.yml outline ;\
|
docker stack deploy --compose-file ./swarm/outline.yml outline ;\
|
||||||
}
|
}
|
||||||
|
deploy-semaphore: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the semaphore stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/semaphore.yml semaphore ;\
|
||||||
|
}
|
||||||
# git submodule update --init --recursive
|
# git submodule update --init --recursive
|
||||||
Reference in New Issue
Block a user