Skip to content

Commit 1f13574

Browse files
committed
db?
1 parent fe4c65e commit 1f13574

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
- feature/azure-pipelines
33

44
pool:
5-
vmImage: 'Ubuntu-16.04'
5+
vmImage: 'Ubuntu-18.04'
66

77
variables:
88
# imageName: 'unicef/donor-reporting-portal-backend'
@@ -13,6 +13,14 @@ variables:
1313
SECRET_KEY: 'top-secret'
1414
INSIGHT_URL: 'https://uniapis.unicef.org/biapi/v1/'
1515

16+
container:
17+
image: postgres:12-alpine
18+
variables:
19+
POSTGRES_USER: postgres
20+
POSTGRES_PASSWORD: pass
21+
POSTGRES_DB: donor_reporting_portal
22+
# options: --hostname container-test --ip 192.168.0.1
23+
1624
strategy:
1725
matrix:
1826
Python38:

0 commit comments

Comments
 (0)