Gruntwork Pipelines and infra-live as subdirectory #802
Unanswered
apweisskopf
asked this question in
How do I
Replies: 1 comment
-
Following up with a quick answer: Gruntwork Pipelines rely heavily on a set folder structure, with accounts.yml being at the root of a repository and the account folders. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using something between a v1 and v2 Gruntwork Reference Architecture and have
infrastructure-live
andinfrastructure-modules
in the same repository:Our aim is to use the new Gruntwork Pipelines with GitHub Actions.
We followed the hello world example from https://docs.gruntwork.io/pipelines/hello-world
Setting up a new and separate
infrastructure-pipelines
repository was no problem. We then merged the required files of the bootstrappedinfrastructure-live
repo into our existing repo. But when creating a PR and finally triggering thepipelines
cli to create the change set, it failed:Pipelines Orchestrate
We do have an
accounts.yml
, but it is not in the repository root as expected but inenvironments/accounts.yml
How do I tell the pipelines that my
infrastructure-live
code is in a subdirectory?Beta Was this translation helpful? Give feedback.
All reactions