Add separate config for RS Redis
This commit is contained in:
@@ -21,6 +21,7 @@ steps:
|
||||
environment:
|
||||
RAILS_ENV: test
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
RS_REDIS_URL: redis://redis:6379/1
|
||||
commands:
|
||||
- bundle config unset deployment
|
||||
- bundle config set cache_all 'true'
|
||||
|
||||
Reference in New Issue
Block a user