File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,12 @@ jobs:
233
233
- image : cimg/deploy:2023.09
234
234
working_directory : ~/
235
235
steps :
236
+ - aws-cli/setup :
237
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
238
+ region : " ap-south-1"
239
+ - setup_server_access :
240
+ instance-id : " i-0879e9c88952968ea"
241
+ availability-zone : " ap-south-1a"
236
242
- deploy_as_service :
237
243
env : " staging"
238
244
@@ -249,6 +255,12 @@ jobs:
249
255
- image : cimg/deploy:2023.09
250
256
working_directory : ~/
251
257
steps :
258
+ - aws-cli/setup :
259
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
260
+ region : " ap-south-1"
261
+ - setup_server_access :
262
+ instance-id : " i-0cdce9ae698eb3462"
263
+ availability-zone : " ap-south-1b"
252
264
- deploy_as_service :
253
265
env : " prerelease"
254
266
@@ -257,6 +269,12 @@ jobs:
257
269
- image : circleci/openjdk:8-jdk
258
270
working_directory : ~/
259
271
steps :
272
+ - aws-cli/setup :
273
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
274
+ region : " ap-south-1"
275
+ - setup_server_access :
276
+ instance-id : " i-0f30399b30e24a49b"
277
+ availability-zone : " ap-south-1a"
260
278
- deploy :
261
279
hostname : " ssh.perf.avniproject.org"
262
280
@@ -265,6 +283,12 @@ jobs:
265
283
- image : cimg/deploy:2023.09
266
284
working_directory : ~/
267
285
steps :
286
+ - aws-cli/setup :
287
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
288
+ region : " ap-south-1"
289
+ - setup_server_access :
290
+ instance-id : " i-07df2679f68762a68"
291
+ availability-zone : " ap-south-1a"
268
292
- deploy_as_service :
269
293
env : " prod"
270
294
You can’t perform that action at this time.
0 commit comments