Skip to content

Commit 830e08b

Browse files
authored
fixing issues with the markdown for the table (#296)
1 parent 2313eb1 commit 830e08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patterns/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Particular care should be taken around deployments for serverless architectures
6969
The following table includes steps that development teams should consider when planning their deployment strategy, it assumes a CI/CD pipeline deploying each merge to main into production, development teams would need to review these steps against their specific needs and governance cycles.
7070

7171
| Step | Description | Actor | Stage |
72-
| :---: | --- | --- |
72+
| :---: | --- | --- | --- |
7373
| 1 | Developer makes changes to their branch. | Developer | Development |
7474
| 2 | Changes are committed to their remote branch. | Developer | Development |
7575
| 3 | Majority of tests run (including linting, security). Ideally all tests if acceptable runtime. | CI tooling | CI |
@@ -87,7 +87,7 @@ The following table includes steps that development teams should consider when p
8787
| c | Testing period complete. | CI tooling | CI |
8888
| 13 | Confirmation that there are no issues, ready to deploy to production. | CI tooling | CI |
8989
| 14 | Ensure RFCs have been approved | CI tooling | CI |
90-
| 15 | Confirmation that all traffic is currently being processed by one production leg.
90+
| 15 | Confirmation that all traffic is currently being processed by one production leg. | CI tooling | CI |
9191
| 16 | New production leg built / idle leg released to. | CI tooling | CI |
9292
| 17 | Initial smoke tests run. | CI tooling | CI |
9393
| 18 | Traffic is migrated to new leg. | CI tooling | CI |

0 commit comments

Comments
 (0)