Some checks failed
☁️ Cloudflare Deployment / Deploy Workers (push) Has been cancelled
🚂 Railway Deployment / Deploy to Railway (push) Has been cancelled
🌐 Unified Multi-Platform Deployment / 🔍 Prepare (push) Has been cancelled
▲ Vercel Deployment / Deploy to Vercel (push) Has been cancelled
🌐 Unified Multi-Platform Deployment / 🚀 Deploy all platforms (push) Has been cancelled
🔒 Security Scanning / 📦 Dependencies (push) Failing after 40s
🔒 Security Scanning / 🔐 Secrets (push) Failing after 1m34s
💾 Automated Backup / 📦 Backup infrastructure (push) Failing after 45s
🏥 Infrastructure Health Monitoring / 🔍 Health Check (push) Successful in 2s
18 lines
391 B
TOML
18 lines
391 B
TOML
# Railway Project Configuration
|
|
[build]
|
|
builder = "NIXPACKS"
|
|
buildCommand = "npm install && npm run build"
|
|
|
|
[deploy]
|
|
startCommand = "npm start"
|
|
healthcheckPath = "/api/health"
|
|
healthcheckTimeout = 100
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 10
|
|
|
|
[environments.production]
|
|
serviceId = "blackroad-private-prod"
|
|
|
|
[environments.staging]
|
|
serviceId = "blackroad-private-staging"
|