feat: add deployment command for seafile stack in Makefile

This commit is contained in:
2025-06-29 20:02:13 +08:00
parent 75eff71896
commit 2925eae450
+9
View File
@@ -175,4 +175,13 @@ deploy-semaphore: pull
set +a ;\
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