ci: default api deploy env params in shell
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-06 17:39:54 +08:00
parent 3111e22288
commit cc9d289310

View File

@@ -118,9 +118,9 @@ pipeline {
--current-link "${CURRENT_LINK}" \
--service "${SERVICE_NAME}" \
--health-url "${HEALTH_URL}" \
--api-env-file "${API_ENV_FILE}" \
--api-env-file "${API_ENV_FILE:-/etc/genarrative/api-server.env}" \
--database "${DATABASE}" \
--spacetime-server-url "${SPACETIME_SERVER_URL}"
--spacetime-server-url "${SPACETIME_SERVER_URL:-http://127.0.0.1:3101}"
'
'''
}