From 6536056b6222481aadb6c312bf08eb011ddb463a Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Fri, 20 Dec 2024 10:25:05 -0800 Subject: [PATCH] chore(docs): add how to deploy to aws link of wiki --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa49c50..3536166a 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,7 @@ To run the entire stack locally using the `docker-compose.yml` file in the root To stop the containers, press `Ctrl+C` in the terminal where `docker-compose` is running, or run: ```sh docker-compose down -``` \ No newline at end of file +``` + +# Deploying to AWS +1. Please follow the wiki link for AWS deployment [setup](https://github.com/bcgov/quickstart-aws-containers/wiki/Deploy-To-AWS-Using-Terraform)