mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
feat: add deployment command for seafile stack in Makefile
This commit is contained in:
@@ -175,4 +175,13 @@ deploy-semaphore: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/semaphore.yml semaphore ;\
|
docker stack deploy --compose-file ./swarm/semaphore.yml semaphore ;\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deploy-seafile: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the seafile stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\
|
||||||
|
}
|
||||||
# git submodule update --init --recursive
|
# git submodule update --init --recursive
|
||||||
Reference in New Issue
Block a user