Skip to content
-
Home
-
Docs
-
Solutions Architecture
-
Sm8rtHealth – Application...
- Code Integration and Deployment View
- Developers continually integrate changes into Azure Devops source code repository
- Azure Devops Pipeline run, which builds and deploys new container image to AWS Repository
- Automated tests are run against the revised build when changes are merged back to main code branch
- Failed test(s) result in the build being sent back to development team for fix
- When all automated tests pass a new Docker container image is created and tagged with the build version
- The Docker image is sent to the AWS Elastic Container Repository (ECR)
- Azure Devops restarts AWS ECS
- The AWS Elastic Container Service (ECS) fetches the new Docker container from the ECR
- Any Database or seeded rule changes are Automatically versioned and deployed.