Files
smart-serow/scripts/deploy_target.sample.json
2026-01-26 11:35:17 +09:00

14 lines
375 B
JSON

{
"user": "pi",
"host": "raspberrypi.local",
"_comment_ui": "Flutter UI settings (deploy.py)",
"remote_path": "/opt/smartserow",
"service_name": "smartserow-ui",
"assets_path": "~/smartserow-ui/assets",
"_comment_backend": "Python backend settings (deploy_backend.py)",
"backend_path": "/opt/smartserow-backend",
"backend_service": "smartserow-backend"
}