- Add lib/conf_path_resolve.sh (canonical conf under projects/ or ia_dev/projects/) - Apply resolution in project_git_root_from_conf, deploy-conf-handling, orchestrator - pousse: monorepo-relative build_dirs when path starts with ../ - deploy-by-script-to: resolve secrets_path and deploy_script_path - Sync smart_ide/enso conf.json with relative paths; document in projects/README
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"id": "smart_ide",
|
|
"name": "smart_ide",
|
|
"cron": {
|
|
"git_pull": true
|
|
},
|
|
"project_path": ".",
|
|
"build_dirs": [],
|
|
"deploy": {},
|
|
"version": {
|
|
"package_json_paths": [],
|
|
"splash_app_name": "smart_ide"
|
|
},
|
|
"mail": {
|
|
"imap_bridge_env": ".secrets/gitea-issues/imap-bridge.env"
|
|
},
|
|
"git": {
|
|
"wiki_url": "https://git.4nkweb.com/4nk/smart_ide/wiki",
|
|
"token_file": ".secrets/gitea-issues/token"
|
|
},
|
|
"tickets": {
|
|
"ticketing_url": "https://git.4nkweb.com/4nk/smart_ide/issues",
|
|
"authorized_emails": {
|
|
"to": [
|
|
{
|
|
"test": "AI.SMART_IDE.TEST@4nkweb.com",
|
|
"pprod": "AI.SMART_IDE.PPROD@4nkweb.com",
|
|
"prod": "AI.SMART_IDE.PROD@4nkweb.com"
|
|
}
|
|
],
|
|
"from": ["nicolas.4nk@pm.me"]
|
|
}
|
|
},
|
|
"smart_ide": {
|
|
"remote_data_access": {
|
|
"environments": {
|
|
"test": {
|
|
"ssh_host_alias": "smart-ide-test",
|
|
"remote_data_directories": []
|
|
},
|
|
"pprod": {
|
|
"ssh_host_alias": "smart-ide-pprod",
|
|
"remote_data_directories": []
|
|
},
|
|
"prod": {
|
|
"ssh_host_alias": "smart-ide-prod",
|
|
"remote_data_directories": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|