Skip to content

Instantly share code, notes, and snippets.

@m-radzikowski
Created March 15, 2023 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m-radzikowski/e72e6e3b380b55a5b2238a045cac2218 to your computer and use it in GitHub Desktop.
Save m-radzikowski/e72e6e3b380b55a5b2238a045cac2218 to your computer and use it in GitHub Desktop.
Context parameters example for Opinionated CI Pipeline (https://github.com/merapar/opinionated-ci-pipeline)
{
"app": "...",
"context": {
"projectName": "myproject",
"environments": {
"default": {
"account": "111111111111",
"region": "us-east-1"
},
"prod": {
"account": "222222222222",
"region": "us-east-1"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment