mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-15 12:03:24 +00:00
swarm: use local stack.yml
This commit is contained in:
parent
713a3cd456
commit
ef037a6916
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ start-compose:
|
|||
start-swarm:
|
||||
@- echo "\n### starting service(s)"
|
||||
@- $(foreach ctx,$(DEPLOY_HOSTS), \
|
||||
docker stack deploy -c $(DEPLOY_PATH)/$(DEPLOY_NAME)/stack.yml $(DEPLOY_NAME); \
|
||||
docker stack deploy -c stack.yml $(DEPLOY_NAME); \
|
||||
)
|
||||
|
||||
stop-compose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue