mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor makefile to fix loadenvs command in deploy-test target
This commit is contained in:
@@ -17,9 +17,9 @@ pull:
|
|||||||
|
|
||||||
deploy-apps: pull
|
deploy-apps: pull
|
||||||
@echo "Deploying the apps stack..."
|
@echo "Deploying the apps stack..."
|
||||||
loadenvs ./swarm/.env && docker stack deploy --compose-file ./swarm/apps.yml apps
|
$(loadenvs ./swarm/.env) && docker stack deploy --compose-file ./swarm/apps.yml apps
|
||||||
|
|
||||||
deploy-test: pull
|
deploy-test: pull
|
||||||
@echo "Deploying the apps stack..."
|
@echo "Deploying the apps stack..."
|
||||||
$(loadenvs) ./swarm/.env && docker stack deploy --compose-file ./swarm/thelounge.yml thelounge
|
$(loadenvs ./swarm/.env) && docker stack deploy --compose-file ./swarm/thelounge.yml thelounge
|
||||||
# git submodule update --init --recursive
|
# git submodule update --init --recursive
|
||||||
Reference in New Issue
Block a user