drone-ci testing
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-15 22:30:06 -04:00
parent c4bec20781
commit f88e61b463

View File

@@ -2,11 +2,11 @@
kind: pipeline
name: test
environment:
POSTGRES_USER:
- POSTGRES_USER:
from_secret: TESTING_USER
POSTGRES_PASSWORD:
- POSTGRES_PASSWORD:
from_secret: TESTING_PASSWORD
POSTGRES_DB:
- POSTGRES_DB:
from_secret: TESTING_DB
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]