Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33161, comment 35


Ignore:
Timestamp:
06/07/2020 08:18:27 PM (6 years ago)
Author:
dlh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33161, comment 35

    initial v1  
    1111To take one example: As noted by @johnbillion's plugin, the VIP Go platform offers a `develop` environment, which is not the same as our local development environments. In this case, it would be confusing, if nothing else, for our local environments to be `development`, as would labeling VIP's `develop` environment as `stage`, since there can also be a `stage` environment.
    1212
    13 Using the example of one VIP Go project I'm familiar with, it would be much preferable to be able to list `array( 'local', 'develop', 'preprod', 'production' )`, which mirror the names given to the existing environments.
     13Using the example of one VIP Go project I'm familiar with, it would be much preferable to be able to list `array( 'local', 'develop', 'preprod', 'production' )`, which mirror the names given to the project's existing environments.