From 9d5acaaa92a55c1df3f8ee383c578330f826bbf4 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 26 Jan 2025 09:29:37 +0800 Subject: [PATCH] Refactor makefile: Add command to copy glance configuration to deployment directory --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index b191690..8c86766 100644 --- a/makefile +++ b/makefile @@ -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