diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -52,10 +52,9 @@ retrain: check-auth # SERVER is an ssh config alias; the agent does auth. No hostnames in this # file. Run `ship` only after eyeballing report.json — retrain never deploys. -# Ship a freshly trained model.json to the server (compose mounts -# ~/fluxrec-data at the container's state dir) +# Ship a freshly trained model.json to the server state dir (bind-mounted +# at /data; created once on the VPS: see README "Deployment") deploy SERVER: - ssh {{SERVER}} 'mkdir -p ~/fluxrec-data' scp model.json {{SERVER}}:~/fluxrec-data/ # Bounce the serve container so it picks up the new model (fluxrec runs |
