projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c2fe1
)
try to fix postgres service
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 01:03:29 +0000
(
02:03
+0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 01:03:29 +0000
(
02:03
+0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index 3682d81c027095b6d3a58aeff4435df27e67ca8f..6ff216a27c801563f100de9488e21bb664f013d6 100644
(file)
--- 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