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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,15 @@ This template is opinionated, and makes use of:
71
71
- In the *Primary source webhook events* section, click the external webhook link to go to GitHub.
72
72
- In the *Which events would you like to trigger this webhook?* select *Let me select individual events.* and tick the *Pull requests* box only.
73
73
- Click on *Update webhook* at the bottom.
74
-
- If you have a Stg account, run the setup stack there in the same way you ran the stack in the dev account but with these value differences:
74
+
- If you have a Stg account, run the *setup-template.yaml* stack there in the same way you ran the stack in the dev account but with these value differences:
75
75
- In the *Parameters* section, enter the same values as in "dev", except:
76
76
- "stg" as environment.
77
77
- The value of "Related Account Id" is the AWS Account Id of your Prod account.
78
78
- Update the *stg* webhook in Github to trigger the AWS codebuild on Push to the master branch only.
79
79
- Follow the instructions in the previous point, but for the *stg* codebuild project and webhook.
80
80
- In the *Which events would you like to trigger this webhook?* select *Just the push event* option.
81
81
- Click on *Update webhook* at the bottom.
82
-
- If you have a Prod account, run the setup stack there in the same way you ran the stack in the dev account but with these value differences:
82
+
- If you have a Prod account, run the *setup-template.yaml* stack there in the same way you ran the stack in the dev account but with these value differences:
83
83
- In the *Parameters* section, enter the same values as in "dev", except:
84
84
- "prod" as environment.
85
85
- The value of "Related Account Id" is the AWS Account Id of your Stg account.
0 commit comments