mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor makefile to fix loadenvs command in deploy-test target
This commit is contained in:
@@ -21,5 +21,5 @@ deploy-apps: pull
|
|||||||
|
|
||||||
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