ODC Deploy DEV to PROD
67
Views
1
Comments
New
Other

Hi,

Currently in ODC we cannot do Hotfixes or deploy directly in the environment we want. This is somewhat a limitation if we want to fix a bug in Production and we have a stable version in QA that is currently being used.

In order to not impact QA to fix PROD, there should be allowed to deploy directly from DEV to PROD.

Since deploying in ODC is just copying container images, it seems "easy" to implement.

If this is possible, fixing an error in production would be much simpler:

  1. open up the prod revision in dev
  2. fix the error
  3. deploy the new revision (with the fix) directly to prod