You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
'The development environment is the environment your team uses for day-to-day development. A Team Blueprint package is expected to be cloned to this environment first.',
188
-
notDeploymentEnvironment: [
189
-
DeploymentEnvironment.STAGING,
190
-
DeploymentEnvironment.PRODUCTION,
191
-
],
192
-
},
193
-
[DeploymentEnvironment.STAGING]: {
194
-
shortName: 'staging',
195
-
description:
196
-
'The staging environment is similar to the production environment, except it does not receive live traffic. A Team Blueprint package is expected to be cloned to this environment after it is cloned, published, and tested in the development environment.',
197
-
repositoryEnvironmentLabelValue: 'staging',
198
-
},
199
-
[DeploymentEnvironment.PRODUCTION]: {
200
-
shortName: 'prod',
201
-
description:
202
-
'The production environment receives live traffic. A Team Blueprint package is expected to be cloned to this environment after it is cloned, published, and tested in the staging environment.',
0 commit comments