Merge branch 'feat/conversational-birth-time-rectification'

# Conflicts:
#	.github/workflows/deploy-production.yml
#	frontend/src/app/api/account/route.ts
#	frontend/src/app/globals.css
#	frontend/src/app/page.tsx
#	frontend/tests/health-deployment.test.ts
This commit is contained in:
Jesse_Chen
2026-07-21 16:03:53 +08:00
103 changed files with 27355 additions and 395 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
- name: Verify production
if: steps.revision.outputs.deploy == 'true'
env:
DEPLOY_GIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}
DEPLOY_GIT_SHA: ${{ github.sha }}
run: |
curl --fail --silent --show-error --retry 12 --retry-delay 5 https://jyotisha.chat/login >/dev/null
test "$(curl --silent --output /dev/null --write-out '%{http_code}' https://jyotisha.chat/api/account)" = "401"