#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-deployDeploy this application to Render and provide service URL, env vars, and next checks.
#Workflow
- Detect project type -- Identify the application framework and runtime
- Configure Blueprint -- Create or update
render.yamlwith service definitions - Set environment variables -- Configure secrets and runtime configuration
- Deploy -- Push to Render via Blueprint or MCP
- 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.