-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Apply Terraform configuration to provision DigitalOcean infrastructure.
Prerequisites
- DigitalOcean API token
- DigitalOcean Spaces access keys
- GitHub personal access token
- SSL certificate for custom domain (if using)
Tasks
- Create terraform.tfvars from example
- Run `terraform init`
- Run `terraform plan` and review
- Run `terraform apply`
- Verify Spaces bucket is created
- Verify CDN is configured
- Verify App Platform app is ready (will fail initially until backend code exists)
- Configure DNS records for custom domains
- Update database firewall rules if needed
Validation
- Spaces bucket accessible at expected endpoint
- CDN endpoint serves content
- Database connection works from App Platform
Notes
- The App Platform deployment will fail until the backend code exists with Dockerfile
- Database firewall may conflict with mlb-stats - need to merge rules
Reactions are currently unavailable