This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -19,16 +19,8 @@ steps:
|
||||
- docker build -t link-shortener:latest .
|
||||
|
||||
services:
|
||||
redis:
|
||||
- name: redis
|
||||
image: redis:latest
|
||||
ports:
|
||||
- 6379:6379
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
||||
Reference in New Issue
Block a user