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