Files
Art-gallery/infra/deploy/devtoprod.validateonly.json

37 lines
904 B
JSON

{
"_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"
}
}