feat: local cert

This commit is contained in:
2024-09-04 21:37:38 +08:00
parent 60dbc44c1d
commit eed8d7ea81
5 changed files with 231 additions and 1 deletions
+9
View File
@@ -14,6 +14,15 @@ pull:
@echo "Pulling the project..."
git pull
deploy-local-core: pull
{ \
echo "Deploying the core stack..." ;\
set -a ;\
. ./swarm/.env ;\
set +a ;\
docker stack deploy --compose-file ./swarm/local_core.yml core ;\
}
deploy-core: pull
{ \
echo "Deploying the core stack..." ;\