SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Automatically deploy code on main to `efile-test.suffolklitlab.org` #174

Open BryceStevenWilley opened 8 months ago

BryceStevenWilley commented 8 months ago

Running tests has been made extremely easy, with one python script that starts, runs the tests (with coverage), and stops the docker containers, and I think that's as far as we could go with GitHub. We could make a system where efile-test.suffolklitlab.org polls the GitHub every night for new commits, and if they are present, it builds and runs (instead of a more standard dev-ops spin up a new EC2 instance, which requires a lot of changing infra on the AWS side). Getting reporting for that might be a bit more work too.

Extension off of #95