pm2-deploy.dongholab.com
Mac mini PM2 서비스 배포를 실행하는 token-protected Deploy API 도메인입니다.
Links
- Public API base: https://pm2-deploy.dongholab.com
- Health check: https://pm2-deploy.dongholab.com/health
- Service list: https://pm2-deploy.dongholab.com/services
- Status docs path:
/domains/pm2-deploy - Source repo: https://github.com/gongdongho12/pm2-multi-service-starter
- Latest release note: /releases/2026-07-04
Runtime
| 항목 | 값 |
|---|---|
| PM2 app name | deploy-api |
| Internal bind | 127.0.0.1:3300 |
| Status repo path | /Users/dongho/macmini-deploy-status |
| Runtime env file | /Users/dongho/.config/pm2-multi-service-starter/deploy-api.env |
| DB | PostgreSQL pm2_deploy |
| Table | deploy_runs |
Caddy route
pm2-deploy.dongholab.com {
reverse_proxy 127.0.0.1:3300
}
API paths
| Method | Path | Purpose |
|---|---|---|
GET | /health | Deploy API health check |
GET | /services | Configured deployable services |
POST | /deploy/<service> | Trigger deployment for one service |
Authentication
Deploy trigger requests require one of these headers:
Authorization: Bearer <DEPLOY_TOKEN>
x-deploy-token: <DEPLOY_TOKEN>
Actual token values must stay out of this repository.