Skip to content

Commit e8e370c

Browse files
committed
Use up-local makefile target for local simcore in deploy_everything_locally.sh
1 parent 9149de6 commit e8e370c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/deployments/deploy_everything_locally.bash

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,8 @@ if [ "$start_opsstack" -eq 0 ]; then
254254
fi
255255
if [ "$start_simcore" -eq 0 ]; then
256256
log_info "starting simcore..."
257-
"${repo_basedir}"/scripts/deployments/start_simcore_locally.bash
257+
service_dir="${repo_basedir}"/services/simcore
258+
pushd "${service_dir}"
259+
call_make "." up-"$stack_target"
260+
popd
258261
fi

0 commit comments

Comments
 (0)