Monorepo for Aesthetic.Computer
aesthetic.computer
1# Judge Deployment Configuration
2# DigitalOcean settings
3
4DO_TOKEN=your_digitalocean_api_token_here
5DROPLET_NAME=judge-aesthetic-computer
6DROPLET_SIZE=s-1vcpu-1gb
7DROPLET_REGION=nyc3
8DROPLET_IMAGE=ubuntu-22-04-x64
9SSH_KEY_NAME=judge-deploy-key
10
11# DNS settings
12JUDGE_HOSTNAME=judge.aesthetic.computer
13CLOUDFLARE_ZONE_ID=your_cloudflare_zone_id
14CLOUDFLARE_API_TOKEN=your_cloudflare_api_token