Force a push of the complete (custom) application instead of only changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 03:36 PM
I have a custom application which is getting pretty big. However i notice that the production instance and the dev instance start to have discrepancy's in application file versions.
I develop and do all editing of the application files inside of the dev instance, where the app is in development mode. Whenever I want to push a new version to production i use the publish option, and publish it to 'My application repository'.
Inside of the production environment i then update the custom application to the latest version troughthe company's application repository.
However, it seems like they are starting to get out of sync, and the application files on the dev enviroment and the prod enviroment are not 1on1 copys of eachother anymore.
Is there a way to force publish the whole application, instead of it only pushing the changes to specific files? Just to make sure the application on both instances are exactly the same again?