mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 07:26:51 +00:00
Add remove-authentik target to makefile for stack removal
This commit is contained in:
@@ -68,7 +68,8 @@ deploy-authentik: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/authentik.yml authentik ;\
|
docker stack deploy --compose-file ./swarm/authentik.yml authentik ;\
|
||||||
}
|
}
|
||||||
|
remove-authentik:
|
||||||
|
docker stack rm authentik
|
||||||
deploy-apps: pull
|
deploy-apps: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the apps stack..." ;\
|
echo "Deploying the apps stack..." ;\
|
||||||
|
|||||||
Reference in New Issue
Block a user