Commit 8849339
committed
fix(build): include web subscriptions in approvals aggregate deploy
The approvals Makefile's deploy target ran deploy-domain deploy-service deploy-schema deploy-contracts-subscriptions, omitting deploy-web-subscriptions. Without it, unicorn-web-subscriptions.yaml (the rule forwarding PublicationApprovalRequested from the Web bus to the Approvals bus) is never deployed, so the approval workflow's state machine never starts from a request_approval call. Added deploy-web-subscriptions to the aggregate target and documented its dependency on the Web service's domain stack (WebEventBusArn SSM parameter) for standalone use outside the full workshop deployment order.1 parent 325f860 commit 8849339
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments