Skip to content

Commit bbcf3ac

Browse files
authored
Merge pull request #280 from rubocop-hq/discourage-staging
Discourage using dedicated staging environment
2 parents 7193066 + e12f913 commit bbcf3ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ config.load_defaults 6.1
111111

112112
=== Staging Like Prod [[staging-like-prod]]
113113

114-
Create an additional `staging` environment that closely resembles the `production` one.
114+
Avoid creating additional environment configurations than the defaults of `development`, `test` and `production`.
115+
If you need a production-like environment such as staging, use environment variables for configuration options.
115116

116117
=== YAML Config [[yaml-config]]
117118

0 commit comments

Comments
 (0)