mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-25 09:26:01 +00:00
Refactor makefile to separate loadenvs command in deploy-test target
This commit is contained in:
@@ -21,5 +21,6 @@ deploy-apps: pull
|
||||
|
||||
deploy-test: pull
|
||||
@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
|
||||
Reference in New Issue
Block a user