mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor makefile to add deployment for authentik stack
This commit is contained in:
@@ -43,7 +43,6 @@ deploy-portainer: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/portainer.yml portainer ;\
|
docker stack deploy --compose-file ./swarm/portainer.yml portainer ;\
|
||||||
}
|
}
|
||||||
|
|
||||||
deploy-swarmpit: pull
|
deploy-swarmpit: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the swarmpit stack..." ;\
|
echo "Deploying the swarmpit stack..." ;\
|
||||||
@@ -60,7 +59,14 @@ deploy-services: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/services.yml services ;\
|
docker stack deploy --compose-file ./swarm/services.yml services ;\
|
||||||
}
|
}
|
||||||
|
deploy-authentik: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the authentik stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/authentik.yml authentik ;\
|
||||||
|
}
|
||||||
deploy-apps: pull
|
deploy-apps: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the apps stack..." ;\
|
echo "Deploying the apps stack..." ;\
|
||||||
|
|||||||
Reference in New Issue
Block a user