39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"_comment": "Copy to devtoprod.config.json (gitignored) and edit before running npm run devtoprod:release",
|
|
"profile": "full",
|
|
"autoConfirm": true,
|
|
"steps": {
|
|
"validateBuild": true,
|
|
"gitCommitPush": true,
|
|
"thumbnails": true,
|
|
"backupDev": true,
|
|
"backupProd": true,
|
|
"migrateProdSchema": false,
|
|
"restoreProd": true,
|
|
"syncImages": true,
|
|
"dockerPublish": true,
|
|
"truenasRestartPause": true,
|
|
"verify": true
|
|
},
|
|
"git": {
|
|
"branch": "main",
|
|
"message": "Release: weekly deploy",
|
|
"stageAll": true
|
|
},
|
|
"schemaChanged": false,
|
|
"backupFile": "",
|
|
"smb": {
|
|
"host": "192.168.10.122",
|
|
"share": "Gallery",
|
|
"user": "",
|
|
"password": ""
|
|
},
|
|
"verify": {
|
|
"devApiUrl": "http://127.0.0.1:3451/api/bounds",
|
|
"devLanUrl": "http://192.168.10.70:5173/api/bounds",
|
|
"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"
|
|
}
|
|
}
|