From 8c6b6943558936d3be2b1987a9e2c99bb71db523 Mon Sep 17 00:00:00 2001 From: Mario Kahlhofer Date: Tue, 30 Jul 2024 15:02:55 +0200 Subject: [PATCH] TR-3832 Add note about image.build property in Copilot deployment --- docs/DEPLOYMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 96fe6b4..25247d3 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -36,6 +36,7 @@ In this repository, create file `/copilot/honeyquest/manifest.yml` with the foll - Set the `http.alias` to your domain - Set the `environments.prod.variables.COOKIE_SECRET` to some random string and treat it like a secret - Set the `environments.prod.variables.ADMIN_TOKEN` to some random string and treat it like a secret +- Possibly adjust the `image.build` path to your Dockerfile, if the repository structure differs Please refer to the root [README](../README.md) for more details about the available environment variables.