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