From 36a7e0281d0d26a9875e0a49b5428e096399ee01 Mon Sep 17 00:00:00 2001 From: Michele Date: Mon, 9 Mar 2026 12:07:50 +0100 Subject: [PATCH] chore: mark project as deployed on VPS URL: https://lab.mlhub.it/postgenerator/ Container: lab-postgenerator-app (1024M RAM, 1.0 CPU) Co-Authored-By: Claude Opus 4.6 --- .vps-lab-config.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.vps-lab-config.json b/.vps-lab-config.json index b958659..e3843c0 100644 --- a/.vps-lab-config.json +++ b/.vps-lab-config.json @@ -8,13 +8,21 @@ "clone_url": "https://git.mlhub.it/Michele/postgenerator.git" }, "vps": { - "deployed": false, - "url": null, + "deployed": true, + "url": "https://lab.mlhub.it/postgenerator/", + "last_deploy": "2026-03-09T11:06:00Z", "container": "lab-postgenerator-app", "path": "/opt/lab-postgenerator/" }, "supabase": { "enabled": false, "project_ref": null + }, + "resources": { + "limits": { + "ram_mb": 1024, + "cpu_percent": 100 + }, + "deployed_at": "2026-03-09T11:06:00Z" } }