Skip to content

Add finance Vercel deployment workflows#2

Merged
jk-kim0 merged 1 commit into
mainfrom
ci/finance-vercel-deploy-workflows
May 26, 2026
Merged

Add finance Vercel deployment workflows#2
jk-kim0 merged 1 commit into
mainfrom
ci/finance-vercel-deploy-workflows

Conversation

@jk-kim0

@jk-kim0 jk-kim0 commented May 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a reusable Vercel deployment script under scripts/deploy, adapted from corp-web-japan but parameterized with PROJECT_NAME so each micro-site project can have its own workflow.
  • Add finance-specific deployment workflows:
    • Deploy Finance on Preview (.github/workflows/deploy-finance-on-preview.yml)
    • Deploy Finance on Staging (.github/workflows/deploy-finance-on-staging.yml)
    • Deploy Finance on Production (.github/workflows/deploy-finance-on-production.yml)
  • Add apps/finance/vercel.json to mirror the sibling repo deployment model and disable automatic Vercel Git deployments because GitHub Actions owns deployment orchestration.
  • Document the finance deployment model in README.md and extend the structure test to cover the deploy setup.

Verification

  • npm run test:ci
  • npm ci --prefix scripts/deploy
  • node --check scripts/deploy/index.js
  • python3 -m json.tool apps/finance/vercel.json >/dev/null

Notes

  • Local next build printed a workspace-root warning because the worktree lives under another checkout with its own package-lock.json; the build still passed. A normal CI checkout should not have that nested-worktree layout.

@jk-kim0 jk-kim0 deployed to Preview May 22, 2026 08:18 — with GitHub Actions Active
@vercel

vercel Bot commented May 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
corp-web-micro-finance Ready Ready Preview, Comment May 22, 2026 8:18am

Request Review

@jk-kim0 jk-kim0 self-assigned this May 22, 2026
@jk-kim0 jk-kim0 merged commit 53ca2d4 into main May 26, 2026
4 checks passed
@jk-kim0 jk-kim0 deleted the ci/finance-vercel-deploy-workflows branch May 26, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant