VBS Main Branch - Recreation or Refresh with valid source code
Summary:
- Code Deployment via Main Branch:
- Several developers have committed code changes to the main branch.
- However, these changes may not be reflected in the production environment.
- As per Oracle’s recommendation, each change deployed to a development instance and the main branch must be explicitly published using the "Publish" action to ensure it is properly propagated.
- Direct Deployment to Non-Prod and Prod without pushing the code to main branch.
- Some customizations have been deployed directly to non-production and production environments.
- These changes were not committed to the main branch, which may result in discrepancies between the deployed environments and the source control repository.
Tagged:
0