Skip to content

Commit

Permalink
chore: disable automatic environment graduation (#4886)
Browse files Browse the repository at this point in the history
This pull request includes a change to the `.deployment.config.json`
file to modify the deployment behavior for the `searchuibuilds` team.

Deployment configuration change:

*
[`.deployment.config.json`](diffhunk://#diff-b4ad9e880162c29d04fd77a0c4a3b154b4bbabd31a0c6b46ae8f4cac17d7eb76L12-R12):
Changed the `start_environment_automatically` setting from `true` to
`false` to prevent automatic starting of the environment.

CDX-764
  • Loading branch information
louis-bompart authored Jan 23, 2025
1 parent c0babd0 commit 11d27aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sequential": ["dev", "stg", "prd"]
},
"team_jenkins": "searchuibuilds",
"start_environment_automatically": true,
"start_environment_automatically": false,
"notifications": {
"slack_channels": ["#searchuibuilds"]
}
Expand Down

0 comments on commit 11d27aa

Please sign in to comment.