mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Pass to the deploy the infrastructure
This commit is contained in:
parent
fcb83b8990
commit
9a91aa28a2
@ -209,7 +209,9 @@ async function deployApp(args: ConfigArgs, apiService: any, appInfo: any, projec
|
|||||||
const bodyParam = {
|
const bodyParam = {
|
||||||
'name': appInfo.name,
|
'name': appInfo.name,
|
||||||
'releaseId': projectReleaseId,
|
'releaseId': projectReleaseId,
|
||||||
'security': appInfo.security
|
'security': appInfo.security,
|
||||||
|
'infrastructure': appInfo.infrastructure,
|
||||||
|
'variables': appInfo.variables
|
||||||
};
|
};
|
||||||
|
|
||||||
logger.debug(`Deploy with body: ${JSON.stringify(bodyParam)}`);
|
logger.debug(`Deploy with body: ${JSON.stringify(bodyParam)}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user