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

8 lines
164 B
JSON
Raw 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-24 12:24:26 +09:00
"remote_path": "/opt/smartserow",
2026-01-25 23:13:30 +09:00
"service_name": "smartserow-ui",
"assets_path": "~/smartserow-ui/assets"
2026-01-24 12:24:26 +09:00
}