← back to AbramsEgo

.deploy.conf

10 lines

# AbramsEgo deploy config — consumed by ~/Projects/_shared/scripts/deploy.sh
# NOTE: deploy to Kamatera is GATED (Steve sign-off). This file only declares intent.
PROJECT_NAME=abramsego
DEPLOY_HOST=45.61.58.125
DEPLOY_PATH=/root/public-projects/abramsego
HEALTH_URL=http://localhost:9773/api/healthz
REQUIRED_ENVS=""
INSTALL_CMD="npm ci --production"
BUILD_CMD=""