mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 04:19:00 +03:00
cluster0: auth-email bearer + shorten verify URLs in outbound mail
ShortLinksRepository::shortenForOutbound; ensure-auth-email-bearer.sh; verify-mail-lab sends shortened s.f0xx.org link in verify email body. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -73,6 +73,10 @@ run_phase_app() {
|
||||
run_script "$ROOT/scripts/deploy-ac-url-shortener.sh"
|
||||
if [ "${COMPOSE_RUNTIME:-0}" = "1" ]; then
|
||||
run_script "$ROOT/scripts/compose-lab-backend.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"
|
||||
fi
|
||||
fi
|
||||
if [ "${POSTGRES_SEMI_ENABLE:-0}" = "1" ] && is_primary_node; then
|
||||
run_script "$ROOT/scripts/deploy-postgres-semi.sh" || journal_warn postgres_semi "install failed (non-fatal)"
|
||||
|
||||
Reference in New Issue
Block a user