Introduce a staging environment

ref: https://3.basecamp.com/2914079/buckets/21350690/card_tables/cards/8708868711
This commit is contained in:
Mike Dalessio
2025-06-03 17:30:57 -04:00
parent 7355b09382
commit e67d59e341
13 changed files with 112 additions and 47 deletions
+4 -9
View File
@@ -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