Skip to content
/render-deployOfficial

Deploy applications to Render via Blueprints or MCP with service URL, env vars, and configuration.

DevOpsDeploymentRenderΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#What it does

The render-deploy skill deploys applications to Render using Blueprints (infrastructure-as-code via render.yaml) or the Render MCP server. It handles service configuration, environment variables, build settings, and provides deployment URLs and next steps.

#How to use

bash
$render-deploy
Deploy this application to Render and provide service URL, env vars, and next checks.

#Workflow

  1. Detect project type -- Identify the application framework and runtime
  2. Configure Blueprint -- Create or update render.yaml with service definitions
  3. Set environment variables -- Configure secrets and runtime configuration
  4. Deploy -- Push to Render via Blueprint or MCP
  5. Report -- Return service URL, configuration, and required environment variables

#Dependencies

  • Render MCP server (https://mcp.render.com/mcp)

This skill is from the OpenAI Skills Catalog.

OpenAIΒ·
View all skills