-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example.ci
More file actions
19 lines (15 loc) · 863 Bytes
/
.env.example.ci
File metadata and controls
19 lines (15 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Production Environment Variables for CI/CD
# Add these as GitHub Secrets in your repository settings
# Render Configuration
RENDER_DEPLOY_HOOK_URL=https://api.render.com/deploy/srv-xxxxxxxxxx # Get from Render dashboard
API_URL=https://your-api-name.onrender.com # Your Render API URL
# Vercel Configuration
VERCEL_TOKEN=your_vercel_token_here # Generate from Vercel dashboard
VERCEL_ORG_ID=your_org_id # From Vercel project settings
VERCEL_PROJECT_ID=your_project_id # From Vercel project settings
CLIENT_URL=https://your-client.vercel.app # Your Vercel app URL
# Environment Variables for Client Build
VITE_API_URL_PRODUCTION=https://your-api-name.onrender.com/api
# Optional: Slack/Discord notifications
SLACK_WEBHOOK_URL=your_slack_webhook # For deployment notifications
DISCORD_WEBHOOK_URL=your_discord_webhook # For deployment notifications