customerio-deploy-pipeline

Customer.io Deploy Pipeline

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "customerio-deploy-pipeline" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-customerio-deploy-pipeline

Customer.io Deploy Pipeline

Overview

Deploy Customer.io integrations to production cloud platforms (GCP Cloud Run, Vercel, AWS Lambda, Kubernetes) with health checks and blue-green deployments.

Prerequisites

  • CI/CD pipeline configured

  • Cloud platform access (GCP, AWS, Vercel, etc.)

  • Production credentials ready

Instructions

Step 1: Deploy to Google Cloud Run

Set up GitHub Actions workflow with Workload Identity Federation, Docker build/push, and Cloud Run deployment with secrets from Secret Manager.

Step 2: Deploy to Vercel (if applicable)

Configure Vercel project with serverless API functions for identify, track, and webhook endpoints.

Step 3: Deploy to AWS Lambda (if applicable)

Use Serverless Framework with SSM parameter store for credentials and Lambda handlers for each API operation.

Step 4: Deploy to Kubernetes

Create Deployment with secrets from SecretKeyRef, resource limits, readiness/liveness probes, and Service.

Step 5: Implement Health Check

Build a health endpoint that tests Customer.io connectivity, reports status and latency, and includes version and uptime info.

Step 6: Set Up Blue-Green Deployment

Create a deployment script that deploys with no traffic, runs health checks, then gradually shifts 10% -> 50% -> 100%.

For detailed deployment manifests and scripts, load the reference guide: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)

Output

  • Cloud Run deployment workflow

  • Vercel serverless deployment

  • AWS Lambda configuration

  • Kubernetes deployment manifests

  • Health check endpoint

  • Blue-green deployment script

Error Handling

Issue Solution

Secret not found Verify secret name and permissions

Health check failing Check Customer.io credentials

Cold start timeout Increase memory/timeout limits

Resources

  • Cloud Run Documentation

  • Vercel Serverless Functions

  • AWS Lambda Best Practices

Next Steps

After deployment, proceed to customerio-webhooks-events for webhook handling.

Examples

Basic usage: Apply customerio deploy pipeline to a standard project setup with default configuration options.

Advanced scenario: Customize customerio deploy pipeline for production environments with multiple constraints and team-specific requirements.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mindmap-generator

No summary provided by upstream source.

Repository SourceNeeds Review