mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +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 ;\
|
||||
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
|
||||
Reference in New Issue
Block a user