drone-ci testing
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
c4bec20781
commit
f88e61b463
|
|
@ -2,11 +2,11 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: test
|
name: test
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER:
|
- POSTGRES_USER:
|
||||||
from_secret: TESTING_USER
|
from_secret: TESTING_USER
|
||||||
POSTGRES_PASSWORD:
|
- POSTGRES_PASSWORD:
|
||||||
from_secret: TESTING_PASSWORD
|
from_secret: TESTING_PASSWORD
|
||||||
POSTGRES_DB:
|
- POSTGRES_DB:
|
||||||
from_secret: TESTING_DB
|
from_secret: TESTING_DB
|
||||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue