Commit 0ab3ae7
committed
Refactor deployment workflow and ECR repository configuration
- Updated the deployment workflow to use a new naming convention for the Docker image tag and repository.
- Removed the conditional check for existing images in ECR, ensuring a build and push occurs every time.
- Introduced a new ECR repository resource for the record processor, enhancing image management.
- Adjusted IAM policies and ECS task definitions to reference the new repository configuration.1 parent 35d95ea commit 0ab3ae7
3 files changed
Lines changed: 17 additions & 38 deletions
File tree
- .github/workflows
- infrastructure
- account
- instance
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 134 | + | |
| 135 | + | |
140 | 136 | | |
141 | 137 | | |
142 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 13 | + | |
| 14 | + | |
41 | 15 | | |
42 | 16 | | |
43 | 17 | | |
| |||
131 | 105 | | |
132 | 106 | | |
133 | 107 | | |
134 | | - | |
| 108 | + | |
135 | 109 | | |
136 | 110 | | |
137 | 111 | | |
| |||
171 | 145 | | |
172 | 146 | | |
173 | 147 | | |
174 | | - | |
| 148 | + | |
175 | 149 | | |
176 | 150 | | |
177 | 151 | | |
| |||
0 commit comments