chore: use exec in bash startup script
Deploy / deploy (push) Successful in 6s

This commit is contained in:
Benjamin Labrecque
2026-08-26 15:36:12 +02:00
parent 8d1bdcbd4d
commit af54a24e10
+1 -2
View File
@@ -40,7 +40,6 @@ uv sync --frozen --project ${APP_DIR}
# activate .venv, this works in conjunction with the conda environment
source ${APP_DIR}/.venv/bin/activate
# TODO: use `exec python3 ...` here?
python -u -B -m agebd_${SVC_NAME_LOWER_UNDERSCORES}.main
exec python -u -B -m agebd_${SVC_NAME_LOWER_UNDERSCORES}.main
# TODO: remove: cicd test 57