Prod build process

This commit is contained in:
Jason Jordan
2026-05-06 13:28:16 -04:00
parent 1d9025276d
commit e0101be567
223 changed files with 1861 additions and 7105 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
cd /d "C:\\inetpub\baclight"
call bundle check || call bundle install --jobs 4
:: Start background jobs (Solid Queue or similar)
start /B bin/jobs start
:: Start Rails server on the port provided by IIS
call bundle exec rails server -p %HTTP_PLATFORM_PORT% -e production