From: Felix Ableitner Date: Thu, 10 Dec 2020 01:03:29 +0000 (+0100) Subject: try to fix postgres service X-Git-Url: http://these/git/%22https:/image.com/%24%7Bk%5B1%5D.custom_emoji.image_url%7D?a=commitdiff_plain;h=003852f8849c0ed6550c7bcdd1c0e0d1b8994ace;p=lemmy.git try to fix postgres service --- diff --git a/.drone.yml b/.drone.yml index 3682d81c..6ff216a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,8 +54,8 @@ steps: - refs/tags/* services: - - name: postgres - image: postgres:12-alpine - environment: - POSTGRES_USER: lemmy - POSTGRES_PASSWORD: password +- name: postgres + image: postgres:12-alpine + environment: + POSTGRES_USER: lemmy + POSTGRES_PASSWORD: password