Skip to content

Commit

Permalink
Clarifies that in order to deploy multiple structures from a single r…
Browse files Browse the repository at this point in the history
…epository, each structure must have its own Structure Config YAML file
  • Loading branch information
collindutter committed Jan 23, 2025
1 parent 1a14a7c commit a6117da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-cloud/structures/create-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Structures are a primary component in Griptape for organizing and executing Task
1. [Connect Your GitHub Account in your Griptape Cloud account](https://cloud.griptape.ai/account)
1. Install the [Griptape Cloud GitHub app to your GitHub account or organization](https://github.com/apps/griptape-cloud/installations/new/)
- Be sure to allow the app access to `All Repositories` or select the specific repositories you need
1. Ensure your repository has a Structure Config YAML file
1. Ensure your repository has a Structure Config YAML file. If your repository contains multiple Structures, each Structure must have a separate Structure Config YAML file.
- To learn more see [Structure Config YAML](structure-config.md)

You can now [create a Structure in the Griptape Cloud console](https://cloud.griptape.ai/structures/create) by providing your GitHub repository information.
Expand Down

0 comments on commit a6117da

Please sign in to comment.