Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
d6a2391be0
6 changed files with 96 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue