mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 04:19:00 +03:00
Cluster deploy: ac/* only, hub assets, auth routes at project root.
Remove monolith clone path; add hub deploy, legacy purge, composed-backend login/logout nginx locations, and full hub asset rsync validation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
Anton Afanasyeu
parent
76d4797cac
commit
b47f91b1ab
@@ -68,11 +68,12 @@ run_phase_app() {
|
||||
if is_replica_node; then
|
||||
wait_for_primary_db
|
||||
fi
|
||||
run_script "$ROOT/scripts/deploy-app.sh"
|
||||
run_script "$ROOT/scripts/deploy-ac-workspace.sh"
|
||||
run_script "$ROOT/scripts/purge-legacy-monolith.sh"
|
||||
run_script "$ROOT/scripts/deploy-ac-url-shortener.sh"
|
||||
if [ "${COMPOSE_RUNTIME:-0}" = "1" ]; then
|
||||
run_script "$ROOT/scripts/compose-lab-backend.sh"
|
||||
run_script "$ROOT/scripts/deploy-ac-hub.sh"
|
||||
if is_primary_node; then
|
||||
run_script "$ROOT/scripts/ensure-auth-email-bearer.sh" || journal_warn auth_bearer "mint failed"
|
||||
run_script "$ROOT/scripts/compose-lab-backend.sh"
|
||||
|
||||
Reference in New Issue
Block a user