fix: startup script
Deploy bin / deploy (push) Successful in 3s

This commit is contained in:
Benjamin Labrecque
2026-07-15 12:23:46 +02:00
parent e1964c1d70
commit 34d304854a
+1 -1
View File
@@ -36,4 +36,4 @@ uv sync --frozen --project ${APP_DIR}
source ${APP_DIR}/.venv/bin/activate
# TODO: use `exec python3 ...` here?
python3 -u -B ${APP_DIR}/src/agebd_{SVC_NAME_LOWER_UNDERSCORES}/main.py
python3 -u -B ${APP_DIR}/src/agebd_${SVC_NAME_LOWER_UNDERSCORES}/main.py