mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor makefile: Add command to copy glance configuration to deployment directory
This commit is contained in:
@@ -84,6 +84,7 @@ deploy-secondary: pull
|
|||||||
set -a ;\
|
set -a ;\
|
||||||
. ./swarm/.env ;\
|
. ./swarm/.env ;\
|
||||||
set +a ;\
|
set +a ;\
|
||||||
|
cp ./swarm/glance/glance.yml /var/data/glance.yml ;\
|
||||||
docker stack deploy --compose-file ./swarm/secondary.yml secondary ;\
|
docker stack deploy --compose-file ./swarm/secondary.yml secondary ;\
|
||||||
}
|
}
|
||||||
deploy-adguardhome: pull
|
deploy-adguardhome: pull
|
||||||
|
|||||||
Reference in New Issue
Block a user