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