add admin creation to deployment
Build & Push / Pipeline Tests (push) Successful in 1m52s
Test / Type Check (all packages) (push) Successful in 52s
Build & Push / Build & Push Docker Image (push) Successful in 25s
Test / API Unit Tests (push) Successful in 1m6s
Test / Homepage Unit Tests (push) Successful in 45s
Test / Carplace Unit Tests (push) Successful in 44s
Test / Admin Unit Tests (push) Successful in 42s
Test / Dashboard Unit Tests (push) Successful in 42s
Test / API Integration Tests (push) Successful in 1m7s

This commit is contained in:
root
2026-08-17 23:41:59 -04:00
parent 63974a0061
commit d26df78c70
3 changed files with 98 additions and 13 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