From 6c690b4d346cdbab94e3527ce841b3510358e23b Mon Sep 17 00:00:00 2001 From: gerbie-goober <98285013+gerbie-goober@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:59:23 -0400 Subject: [PATCH] Update README.md with URLs of deployed frontend and backend --- CICD/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CICD/README.md b/CICD/README.md index 79d9129..a9c4d1a 100644 --- a/CICD/README.md +++ b/CICD/README.md @@ -6,6 +6,8 @@ - The automated tests for the backend and frontend can be found in `backend/__tests__` and `frontend/__tests__` respectively - The `Dockerfiles` can be found in the `backend` and `frontend` directories - The `docker-compose` files can be found in the root directory +- URL of deployed frontend: https://hub.docker.com/r/gerbiegoober/cscc01-linkup_frontend +- URL of deployed backend: https://hub.docker.com/r/gerbiegoober/cscc01-linkup_backend ## Details of Implementation - **CI Pipeline**