Skip to content

Commit

Permalink
Add 'database' to list of components to build (#1728)
Browse files Browse the repository at this point in the history
* Add 'database' to list of components to build
* Update image description for combine database deployment
  • Loading branch information
jmgrady authored Sep 9, 2022
1 parent 73b56e6 commit 4d4e486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion docs/deploy/kubernetes_design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d4e486

Please sign in to comment.