diff --git a/jenkins/Jenkinsfile.production-api-deploy b/jenkins/Jenkinsfile.production-api-deploy index 486d304c..e0ea07a1 100644 --- a/jenkins/Jenkinsfile.production-api-deploy +++ b/jenkins/Jenkinsfile.production-api-deploy @@ -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}" ' ''' }