drone-ci testing
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
21f8696bac
commit
a59a4580d1
|
|
@ -29,10 +29,10 @@ steps:
|
|||
from_secret: TESTING_DB
|
||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
||||
commands:
|
||||
- echo POSTGRES_URL=0.0.0.0 >> .env
|
||||
- echo POSTGRES_USER=$${POSTGRES_USER} >> .env
|
||||
- echo POSTGRES_PASSWORD=$${POSTGRES_PASSWORD} >> .env
|
||||
- echo POSTGRES_DB=$${POSTGRES_DB} >> .env
|
||||
- export POSTGRES_URL=0.0.0.0
|
||||
- export POSTGRES_USER=$${POSTGRES_USER}
|
||||
- export POSTGRES_PASSWORD=$${POSTGRES_PASSWORD}
|
||||
- export POSTGRES_DB=$${POSTGRES_DB}
|
||||
- python -m venv .venv
|
||||
- . .venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue