Proxmox worker, uptime, backup, tagged deploy

This commit is contained in:
George Lambert 2026-09-11 23:36:07 -04:00
commit d6a2391be0
6 changed files with 96 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "verae-deploy",
"version": "0.1.0",
"private": true,
"description": "Tagged checkout + npm ci + rebuild on the target OS for Verae module repos",
"scripts": {
"deploy": "bash scripts/deploy.sh",
"test": "bash scripts/test.sh"
}
}