Add Redis service to Drone config
This commit is contained in:
parent
716d4b944a
commit
5c2df3df07
@ -42,6 +42,10 @@ steps:
|
||||
branch:
|
||||
- master
|
||||
|
||||
services:
|
||||
- name: redis
|
||||
image: redis
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
|
Loading…
x
Reference in New Issue
Block a user