mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
feat: add deployment support for gitea stack in the makefile and create gitea service configuration
This commit is contained in:
@@ -215,4 +215,12 @@ deploy-homeassistant: pull
|
||||
set +a ;\
|
||||
docker stack deploy --compose-file ./swarm/homeassistant.yml homeassistant ;\
|
||||
}
|
||||
deploy-gitea: pull
|
||||
{ \
|
||||
echo "Deploying the gitea stack..." ;\
|
||||
set -a ;\
|
||||
. ./swarm/.env ;\
|
||||
set +a ;\
|
||||
docker stack deploy --compose-file ./swarm/gitea.yml gitea ;\
|
||||
}
|
||||
# git submodule update --init --recursive
|
||||
Reference in New Issue
Block a user