Refactor makefile: Add command to copy glance configuration to deployment directory

This commit is contained in:
2025-01-26 09:29:37 +08:00
parent f01c505e6c
commit 9d5acaaa92
+1
View File
@@ -84,6 +84,7 @@ deploy-secondary: pull
set -a ;\
. ./swarm/.env ;\
set +a ;\
cp ./swarm/glance/glance.yml /var/data/glance.yml ;\
docker stack deploy --compose-file ./swarm/secondary.yml secondary ;\
}
deploy-adguardhome: pull