mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor makefile to separate loadenvs command in deploy-test target
This commit is contained in:
@@ -16,11 +16,13 @@ pull:
|
|||||||
|
|
||||||
deploy-services: pull
|
deploy-services: pull
|
||||||
@echo "Deploying the services stack..."
|
@echo "Deploying the services stack..."
|
||||||
$(loadenvs ./swarm/.env) && docker stack deploy --compose-file ./swarm/services.yml services
|
$(loadenvs ./swarm/.env)
|
||||||
|
docker stack deploy --compose-file ./swarm/services.yml services
|
||||||
|
|
||||||
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-ghost: pull
|
deploy-ghost: pull
|
||||||
@echo "Deploying the ghost stack..."
|
@echo "Deploying the ghost stack..."
|
||||||
|
|||||||
Reference in New Issue
Block a user