Commit 6c92ec6
committed
fix: Remove hardcoded S3 bucket name in GitHub Actions workflow
- Replace hardcoded S3 bucket name with environment-specific variables
- Add S3_BUCKET_DEV and S3_BUCKET_PROD variables for multi-environment deployment
- Update create_role scripts to register environment-specific S3 bucket variables
- Use GitHub Variables instead of hardcoded values for better flexibility
- Support different S3 buckets for development and production environments1 parent a6701cc commit 6c92ec6
3 files changed
Lines changed: 46 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
1254 | 1271 | | |
1255 | 1272 | | |
1256 | 1273 | | |
| |||
1278 | 1295 | | |
1279 | 1296 | | |
1280 | 1297 | | |
| 1298 | + | |
| 1299 | + | |
1281 | 1300 | | |
1282 | 1301 | | |
1283 | 1302 | | |
| |||
1292 | 1311 | | |
1293 | 1312 | | |
1294 | 1313 | | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1295 | 1318 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
1195 | 1208 | | |
1196 | 1209 | | |
1197 | 1210 | | |
| |||
1218 | 1231 | | |
1219 | 1232 | | |
1220 | 1233 | | |
| 1234 | + | |
| 1235 | + | |
1221 | 1236 | | |
1222 | 1237 | | |
1223 | 1238 | | |
| |||
1232 | 1247 | | |
1233 | 1248 | | |
1234 | 1249 | | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
1235 | 1254 | | |
0 commit comments