deploy

Guide full-stack application deployment across Render, Cloudflare, and CircleCI.

Updated Apr 28, 2025
One-click install
npx skills add https://github.com/briankeane/node-react-scaffold --skill deploy-briankeane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/briankeane/node-react-scaffold/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/briankeane/node-react-scaffold --skill deploy-briankeane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the complex process of deploying their application to production environments, ensuring all necessary configurations and steps are completed accurately.

Core Features & Use Cases

  • Guided Deployment: Provides step-by-step instructions for setting up services on platforms like Render.
  • Configuration Management: Assists in configuring environment variables, databases, and CI/CD pipelines.
  • Use Case: You've finished developing your Node.js/React app and need to get it live. This Skill will walk you through creating a Render web service and database, setting up Cloudflare for your custom domain, and configuring CircleCI for automated deployments.

Quick Start

Use the deploy skill to set up your application on Render, starting with the Render section.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a full-stack application to Render and configure the database?

To deploy a full-stack application to Render, you create a web service and database, then configure the necessary environment variables. This process requires your input for credentials and service configurations to automate the deployment workflow.

What is the best way to set up a CI/CD pipeline with CircleCI for automated deployments?

Setting up a CI/CD pipeline with CircleCI for automated deployments involves integrating your deployment workflow within the pipeline. This requires configuring service credentials and environment variables to ensure CircleCI can automate the deployment process accurately.

How do I configure Cloudflare for a custom domain during application deployment?

Configuring Cloudflare for a custom domain during application deployment involves updating your DNS settings to point to your hosting provider. You will need to provide the specific service configurations to ensure traffic routes correctly through Cloudflare to your application.

Do I need to manually enter credentials and environment variables for cloud deployment?

Yes, you need to manually enter credentials and environment variables for cloud deployment. The interactive deployment process requires user input for service configurations and database setup to accurately automate and secure your deployment workflows across platforms like Render.

Can I use this deployment process for a Node.js and React application?

Yes, you can use this deployment process for a Node.js and React application. It provides step-by-step instructions for setting up services like Render, managing environment variables, and configuring CircleCI for automated deployments of your full-stack application.