From 4d4e486fd405adb94e2893b308426ca45a92ba00 Mon Sep 17 00:00:00 2001 From: Jim Grady Date: Fri, 9 Sep 2022 13:58:20 -0400 Subject: [PATCH] Add 'database' to list of components to build (#1728) * Add 'database' to list of components to build * Update image description for combine database deployment --- .github/workflows/deploy_release.yml | 2 +- docs/deploy/kubernetes_design/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 0429c1f78e..66aadff6a9 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - component: [frontend, backend, maintenance] + component: [frontend, backend, maintenance, database] runs-on: ubuntu-latest outputs: image_tag: ${{ steps.build_combine.outputs.image_tag }} diff --git a/docs/deploy/kubernetes_design/README.md b/docs/deploy/kubernetes_design/README.md index a89297be49..3cc829c3be 100644 --- a/docs/deploy/kubernetes_design/README.md +++ b/docs/deploy/kubernetes_design/README.md @@ -56,7 +56,8 @@ repository. The database container provides _mongodb_ database services for the backend. -The container image is the official `mongo` image on _Docker Hub_. +The container image for the frontend is stored in AWS Elastic Container Registry (AWS ECR) in the `combine_database` +repository. #### Additional Database Resources