rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

Use Azure file share .env file during PR checks #392

Closed mbarton closed 4 days ago

mbarton commented 5 days ago

Do this:

https://github.com/rcpch/national-paediatric-diabetes-audit/blob/e77f3bc6d4acc8a222d0eec9be5acad40883cffe/s/ci#L6

In this workflow:

https://github.com/rcpch/national-paediatric-diabetes-audit/blob/live/.github/workflows/pytest.yml

At the moment the latter still uses a base64 encoded env file in the repo secrets. For consistency we've decided to keep everything on Azure file shares as that's where the production env files are.