Files
smart-serow/scripts/deploy_target.sample.json

14 lines
375 B
JSON
Raw Permalink Normal View History

2026-01-24 12:24:26 +09:00
{
"user": "pi",
2026-01-25 00:34:01 +09:00
"host": "raspberrypi.local",
2026-01-26 11:35:17 +09:00
"_comment_ui": "Flutter UI settings (deploy.py)",
2026-01-24 12:24:26 +09:00
"remote_path": "/opt/smartserow",
2026-01-25 23:13:30 +09:00
"service_name": "smartserow-ui",
2026-01-26 11:35:17 +09:00
"assets_path": "~/smartserow-ui/assets",
"_comment_backend": "Python backend settings (deploy_backend.py)",
"backend_path": "/opt/smartserow-backend",
"backend_service": "smartserow-backend"
2026-01-24 12:24:26 +09:00
}