timsbiomed / issues

TIMS issue tracker.
https://github.com/orgs/timsbiomed/projects/9/views/1
1 stars 0 forks source link

TIMS server deployment automation #97

Open ShahimEssaid opened 1 year ago

ShahimEssaid commented 1 year ago

Overview

Working on automatically restarting the instance when new code is deployed to dev here. Basically, our instance will be runnign what's pushed to dev for now. A "push" to dev is done when the dev branch is reset to one of the development branches to trigger a redeployment of that development branch when needed.

Related

ShahimEssaid commented 1 year ago

HAPI rebuild and redeploy on the VM is working as described in #84. The next step is developing (or configuring and using if HAPI already have such a feature) an operation to allow remote deployment of FHIR packages. This will allow us to use GH actions to build and deploy such packages as opposed to the current manual loading of our "zip packages".