mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 07:26:51 +00:00
feat: local cert
This commit is contained in:
@@ -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..." ;\
|
||||
|
||||
Reference in New Issue
Block a user