Need /var content to be part of deployments | Community
Skip to main content
Level 4
October 4, 2023
Solved

Need /var content to be part of deployments

  • October 4, 2023
  • 3 replies
  • 1016 views

I have a report under /var/reports in AEMaaCS and I want it to be part of deployments so that I need not to install the package every time a deployment happens to certain environment. How can I do that? Where to put it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bilal_ahmad

Hi @goyalkritika Please include those paths(/var/reports/../..)  in your filter.xml of ui.content

 

Thanks

Bilal

3 replies

bilal_ahmad
bilal_ahmadAccepted solution
Level 5
October 4, 2023

Hi @goyalkritika Please include those paths(/var/reports/../..)  in your filter.xml of ui.content

 

Thanks

Bilal

Jagadeesh_Prakash
Community Advisor
Community Advisor
October 4, 2023

@goyalkritika  Put below code in filter.xml file

 

<filter root="/var/reports"/>

But i recommand you to specify the exact  file name if you have any

Himanshu_Jain
Community Advisor
Community Advisor
October 4, 2023

HI @goyalkritika ,

Add the path in filter.xml to deploy /var via CI/CD pipeline

Himanshu Jain