Introduce a staging environment
ref: https://3.basecamp.com/2914079/buckets/21350690/card_tables/cards/8708868711
This commit is contained in:
+4
-9
@@ -6,14 +6,9 @@ cable: &cable
|
||||
polling_interval: 0.1.seconds
|
||||
message_retention: 1.day
|
||||
|
||||
development:
|
||||
<<: *cable
|
||||
|
||||
development: *cable
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
production: &production
|
||||
<<: *cable
|
||||
|
||||
beta:
|
||||
<<: *production
|
||||
beta: *cable
|
||||
staging: *cable
|
||||
production: *cable
|
||||
|
||||
Reference in New Issue
Block a user