alan-turing-institute / CounterfactualCovid19

Repository for the Leeds-Turing project for simulating a counterfactual history of the growth of COVID-19 cases in Europe
4 stars 2 forks source link

Continuous deployment options #133

Open Sparrow0hawk opened 3 years ago

Sparrow0hawk commented 3 years ago

With the app being deployed to Azure it may also be worth thinking about ensuring continuous deployment as additional changes are made to the app.

In Azure the webapp is configured for continous deployment so whenever the docker images are updated in the private azure container registry it will pull these new images and recreate the app. At present those images are being pushed manually by myself but it is possible to build in a GitHub action that does this automatically on a specific behaviour i.e. a new commit to main branch or new git tag.

If this is something we'd like to include i'm happy to draw up a basic action yml.