diff --git a/.drone.yml b/.drone.yml index 473f50e..3793962 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,10 @@ kind: pipeline type: docker name: default steps: - - name: ping - image: redis - commands: - - redis-cli -h cache ping + - name: ping + image: redis + commands: + - redis-cli -h cache ping services: - - name: cache - image: redis \ No newline at end of file + - name: cache + image: redis \ No newline at end of file