Conversation
Phase 5 of Cloudflare migration - CI/CD Pipeline: New files: - .github/workflows/cloudflare-deploy.yml: Complete CI/CD workflow - docs/CICD_SETUP.md: Comprehensive CI/CD setup guide Workflow features: - Lint and test all packages (backend, frontend, mcp-server) - Build frontend and deploy to Cloudflare Pages - Build backend and MCP server Docker images - Push images to GitHub Container Registry (GHCR) - Preview deployments for pull requests with PR comments - Manual deployment trigger via workflow_dispatch - Build caching for faster deployments Documentation includes: - GitHub secrets configuration guide - Cloudflare API token creation steps - Cloudflare Pages project setup - Troubleshooting section - Security best practices
…references Added configuration for all external services (using environment variable references): New files: - scripts/setup-cloudflare-secrets.sh: Script to set up Cloudflare Pages secrets from env vars Updated files: - .claude/mcp-config.json: MCP servers configured with env var references - .env.example: Added all service variables (Stripe, Resend, Redis, LinkedIn, etc.) - .gitignore: Added .dev.vars to prevent credential commits Services configured: - Database: Neon PostgreSQL - AI: Anthropic Claude - Email: Resend - Payments: Stripe (test and live) - Cache: Upstash Redis - OAuth: GitHub, LinkedIn - Deployment: Cloudflare, Vercel Usage: 1. Copy .env.example to .env and fill in credentials 2. For local dev, create backend/.dev.vars with actual values 3. Run ./scripts/setup-cloudflare-secrets.sh to set Cloudflare secrets
Owner
Author
|
feat: Add GitHub Actions CI/CD pipeline for Cloudflare deployment Phase 5 of Cloudflare migration - CI/CD Pipeline: New files:
Workflow features:
Documentation includes:
…references Added configuration for all external services (using environment variable references): New files:
Updated files:
Services configured:
Usage:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.