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