From 0d98a06170e12c046ecec1390f7131f72944e7bc Mon Sep 17 00:00:00 2001 From: Doug Hatcher Date: Fri, 9 Aug 2024 17:00:33 -0400 Subject: [PATCH] note about deploy keys --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da2381e..770a132 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ In this arrangement, this project is included as a git submodule as part of a tr git add pwa .gitmodules git commit -m "tracks the pwa as a git submodule of this project" ``` +### Add Deployment Keys so Cloud can fetch the Git Submodule + Keep in mind that Adobe Commerce Cloud must have access to this git repository in order to successfully build and deploy it. Add the Deployment Keys from the projecgt settings in Adobe Commerce Cloud to the VCS tool that is hosting the repository. This will allow Cloud to pull the latest commits.