File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -203,27 +203,51 @@ jobs:
203
203
- image : cimg/deploy:2023.09-node
204
204
working_directory : ~/
205
205
steps :
206
+ - aws-cli/setup :
207
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
208
+ region : " ap-south-1"
209
+ - setup_server_access :
210
+ instance-id : " i-0879e9c88952968ea"
211
+ availability-zone : " ap-south-1a"
206
212
- deploy_ansible :
207
213
env : " staging"
208
214
PRERELEASE_deploy :
209
215
docker :
210
216
- image : cimg/deploy:2023.09-node
211
217
working_directory : ~/
212
218
steps :
219
+ - aws-cli/setup :
220
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
221
+ region : " ap-south-1"
222
+ - setup_server_access :
223
+ instance-id : " i-0cdce9ae698eb3462"
224
+ availability-zone : " ap-south-1b"
213
225
- deploy_ansible :
214
226
env : " prerelease"
215
227
PERF_deploy :
216
228
docker :
217
229
- image : cimg/node:10.24.1
218
230
working_directory : ~/
219
231
steps :
232
+ - aws-cli/setup :
233
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
234
+ region : " ap-south-1"
235
+ - setup_server_access :
236
+ instance-id : " i-0f30399b30e24a49b"
237
+ availability-zone : " ap-south-1a"
220
238
- deploy :
221
239
hostname : " ssh.perf.openchs.org"
222
240
PRODUCTION_deploy :
223
241
docker :
224
242
- image : cimg/deploy:2023.09-node
225
243
working_directory : ~/
226
244
steps :
245
+ - aws-cli/setup :
246
+ role_arn : " arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
247
+ region : " ap-south-1"
248
+ - setup_server_access :
249
+ instance-id : " i-07df2679f68762a68"
250
+ availability-zone : " ap-south-1a"
227
251
- deploy_ansible :
228
252
env : " prod"
229
253
RWB_STAGING_deploy :
You can’t perform that action at this time.
0 commit comments