Greetings Everyone,
I'm currently in the process of implementing CI/CD for my Apex development leveraging Oracle Visual Builder Studio. I've successfully automated the deployment of the application and the transfer of the source code to my Git repository. However, I've encountered an issue where deploying a new change results in the entire application being replaced, rather than just incorporating the modified page or component.
I'm wondering if this behavior can be addressed using Apex Liquibase commands. Any insights or suggestions would be greatly appreciated.
Thank you for your assistance!
For those interested, I followed the steps outlined in this blog post to set up CI/CD using VBS: [Link to Blog Post](https://blogs.oracle.com/shay/post/version-management-and-cicd-automation-for-oracle-apex)