File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,8 +378,8 @@ up-devel-frontend: .stack-simcore-development-frontend.yml .init-swarm ## Every
378378 @$(MAKE_C ) services/dask-sidecar certificates
379379 # Deploy stack $(SWARM_STACK_NAME) [back-end]
380380 @docker stack deploy --detach=true --with-registry-auth -c $< $(SWARM_STACK_NAME )
381- @$(MAKE ) .deploy-vendors
382381 @$(MAKE ) .deploy-ops
382+ @$(MAKE ) .deploy-vendors
383383 @$(_show_endpoints )
384384 @$(MAKE_C ) services/static-webserver/client follow-dev-logs
385385
@@ -389,8 +389,8 @@ ifeq ($(target),)
389389 @$(MAKE_C) services/dask-sidecar certificates
390390 # Deploy stack $(SWARM_STACK_NAME)
391391 @docker stack deploy --detach=true --with-registry-auth -c $< $(SWARM_STACK_NAME)
392- @$(MAKE) .deploy-vendors
393392 @$(MAKE) .deploy-ops
393+ @$(MAKE) .deploy-vendors
394394else
395395 # deploys ONLY $(target) service
396396 @docker compose --file $< up --detach $(target)
You can’t perform that action at this time.
0 commit comments