# Deploy Policy: Free1 Only

## Scope
`AutoMixSJ88Free` is pinned to one production endpoint only:

- `free1.sj88ai.com`
- Origin server `5.83.147.61`

## Server Layout
- App directory: `/opt/automixsj88-free1`
- Environment file: `/opt/automixsj88-free1/.env`
- Web service: `automixsj88-free1.service`
- Worker service: `automixsj88-free1-worker.service`
- Nginx config: `/etc/nginx/sites-available/free1.sj88ai.com`
- TLS cert: `/etc/letsencrypt/live/free1.sj88ai.com/fullchain.pem`

## Operational Commands
```bash
systemctl status automixsj88-free1.service automixsj88-free1-worker.service
systemctl restart automixsj88-free1.service automixsj88-free1-worker.service
nginx -t && systemctl reload nginx
curl -fsS https://free1.sj88ai.com/api/health
```

## Constraint
- Do not reuse old AutoMix targets/services from other environments.
- Any target change must update this file and `README.md` in the same commit.

