fix admin user at production
Build & Push / Pipeline Tests (push) Successful in 1m55s
Test / Type Check (all packages) (push) Successful in 54s
Build & Push / Build & Push Docker Image (push) Successful in 25s
Test / API Unit Tests (push) Successful in 1m10s
Test / Homepage Unit Tests (push) Successful in 44s
Test / Carplace Unit Tests (push) Successful in 42s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 42s
Test / API Integration Tests (push) Successful in 1m9s

This commit is contained in:
root
2026-08-23 00:06:46 -04:00
parent 79a55143b9
commit c8d7a3954a
3 changed files with 117 additions and 5 deletions
+3
View File
@@ -25,6 +25,9 @@ wait_for_healthy postgres 120
echo "Running database migrations"
run_prod_migrations
echo "Ensuring platform admin account"
ensure_prod_admin
echo "Starting application services"
prod_compose up -d api homepage carplace dashboard admin
wait_for_healthy api 180