Skip to content

Support Render deployment - #146

Merged
amrabed merged 1 commit into
mainfrom
feat/render-deployment
Aug 25, 2026
Merged

Support Render deployment#146
amrabed merged 1 commit into
mainfrom
feat/render-deployment

Conversation

@amrabed

@amrabed amrabed commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Description

This PR adds first-class support for deploying cur8d to Render.com as a Node.js web service and updates the documentation across the site.

Summary of Changes

  • Render Blueprint: Added render.yaml defining a Node.js web service with pnpm install && pnpm run build and pnpm run start.
  • Mise & Scripts:
    • Added deploy:render task in .mise.toml triggered via ``.
    • Added "deploy:render" script in package.json.
    • Updated scripts/init.ts to process render.yaml on project customization.
  • CI/CD Workflow: Updated .github/workflows/deploy.yml to include render in provider options and added the deploy-render job.
  • Documentation:
    • Added docs/content/deployment/render.mdx detailing Blueprint configuration, automated CI/CD via deploy hooks, and local deployment with mise.
    • Updated docs/content/deployment/_meta.js and docs/content/deployment/index.mdx.
    • Updated environment-variables.mdx, project-structure.mdx, workflows.mdx, and adr-008-vercel.mdx.
    • Updated README.md and AGENTS.md.

Verification

  • Ran mise run verify (eslint, tsc typecheck, vitest coverage tests).
  • Ran mise run docs:build (Nextra documentation static build).
  • Ran mise run build (Next.js production build).

@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
typescript Ready Ready Preview Aug 24, 2026 4:18pm

@sonarqubecloud

Copy link
Copy Markdown

@amrabed amrabed changed the title feat: add support for Render.com deployment Support Render deployment Aug 24, 2026
@amrabed
amrabed merged commit acf30cb into main Aug 25, 2026
5 checks passed
@amrabed
amrabed deleted the feat/render-deployment branch August 25, 2026 00:19
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