Why are my changes not updated in index.html after deploying in Azure environment?

0
HI I deploy my changes in azure environment, my index.html page is taking the old index.html and not updating. I made changes in theme/web index.html. Note: Mendix cloud index.html  it works perfectly
asked
1 answers
0

Hi Rushikesh,

 

In app-deploy.yaml file please remove -R "index.html*"  Use below code. It works. Your index.html will be updated.

wget --execute="robots = off" -r -np --level=0

 

Thanks,

Sreehari

answered