You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mkdocs/docs/installation/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ Multiple options exist for downloading the GitHub Accelerator codebase and pushi
213
213
1. In your AWS Organization Management account, open CodeCommit and create a new repository named `aws-secure-environment-accelerator`
214
214
2. Go to GitHub and download the repository `Source code` zip or tarball for the [release](https://github.com/aws-samples/aws-secure-environment-accelerator/releases) you wish to deploy
215
215
- Do NOT download the code off the main GitHub branch, this will leave you in a completely unsupported state (and with beta code)
216
-
3. Push the extracted codebase into the newly created CodeCommit repository, maintaining the file/folder hierarchy
216
+
3. Push the extracted codebase into the newly created CodeCommit repository, maintaining the file/folder hierarchy (ensuring that the root of the repository on code commit looks the same as the root of the repository on github)
217
217
4. Set the default CodeCommit branch for the new repository to main
218
218
5. Create a branch following the Accelerator naming format for your release (i.e. `release/v1.5.5`)
0 commit comments