mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor makefile to fix loadenvs command in deploy-test target
This commit is contained in:
@@ -26,9 +26,9 @@ deploy-apps: pull
|
|||||||
|
|
||||||
deploy-ghost: pull
|
deploy-ghost: pull
|
||||||
{ \
|
{ \
|
||||||
@echo "Deploying the ghost stack..." ;\
|
echo "Deploying the ghost stack..." ;\
|
||||||
set -a ;\
|
set -a ;\
|
||||||
source ./swarm/.env ;\
|
. ./swarm/.env ;\
|
||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/ghost.yml ghost ;\
|
docker stack deploy --compose-file ./swarm/ghost.yml ghost ;\
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user