Release: weekly deploy

This commit is contained in:
Danila Khodjaef
2026-07-08 17:49:05 +03:00
parent 3934cedc62
commit c391fcc21e
5 changed files with 161 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"_comment": "Temp config for testing validateBuild only (do not commit).",
"profile": "full",
"autoConfirm": false,
"steps": {
"validateBuild": true,
"gitCommitPush": false,
"thumbnails": false,
"backupDev": false,
"backupProd": false,
"migrateProdSchema": false,
"restoreProd": false,
"syncImages": false,
"dockerPublish": false,
"truenasRestartPause": false,
"verify": false
},
"git": {
"branch": "main",
"message": "Release: validate only",
"stageAll": false
},
"schemaChanged": false,
"backupFile": "",
"smb": {
"host": "192.168.10.122",
"share": "Gallery",
"user": "",
"password": ""
},
"verify": {
"devUrl": "https://devgallery.mysuperlab.netcraze.pro/api/bounds",
"lanUrl": "http://192.168.10.122:5173/api/bounds",
"publicUrl": "https://gallery.mysuperlab.netcraze.pro/api/bounds"
}
}