Fix production deployment for public site routing
Build & Push / Build & Push Docker Image (push) Failing after 3m35s
Build & Push / Build & Push Docker Image (push) Failing after 3m35s
- pass `NEXT_PUBLIC_CARPLACE_URL` into the production Docker build - keep `NEXT_PUBLIC_STOREFRONT_URL` as a backward-compatible fallback - run the production deploy script from the Gitea workflow after building - include `homepage` in production deploy, pull, and health-check service lists - allow deploy to use a release image already built locally on the VPS
This commit is contained in:
@@ -26,8 +26,9 @@ echo "Running database migrations"
|
||||
run_prod_migrations
|
||||
|
||||
echo "Starting application services"
|
||||
prod_compose up -d api carplace dashboard admin
|
||||
prod_compose up -d api homepage carplace dashboard admin
|
||||
wait_for_healthy api 180
|
||||
wait_for_healthy homepage 180
|
||||
wait_for_healthy carplace 180
|
||||
wait_for_healthy dashboard 180
|
||||
wait_for_healthy admin 180
|
||||
|
||||
Reference in New Issue
Block a user