Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Balamuruganjeevi authored May 8, 2024
1 parent 6ba1e67 commit 8b6126f
Showing 1 changed file with 4 additions and 36 deletions.
40 changes: 4 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@ jobs:
- image: cimg/deploy:2023.09-node
working_directory: ~/
steps:
- aws-cli/setup:
role_arn: "arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
region: "ap-south-1"
- setup_server_access:
instance-id: "i-0879e9c88952968ea"
availability-zone: "ap-south-1a"
- deploy_ansible:
env: "staging"

Expand All @@ -223,12 +217,6 @@ jobs:
- image: cimg/deploy:2023.09-node
working_directory: ~/
steps:
- aws-cli/setup:
role_arn: "arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
region: "ap-south-1"
- setup_server_access:
instance-id: "i-0cdce9ae698eb3462"
availability-zone: "ap-south-1b"
- deploy_ansible:
env: "prerelease"

Expand All @@ -237,12 +225,6 @@ jobs:
- image: cimg/node:20.2.0
working_directory: ~/
steps:
- aws-cli/setup:
role_arn: "arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
region: "ap-south-1"
- setup_server_access:
instance-id: "i-0f30399b30e24a49b"
availability-zone: "ap-south-1a"
- deploy:
hostname: "ssh.perf.avniproject.org"

Expand All @@ -251,12 +233,6 @@ jobs:
- image: cimg/deploy:2023.09-node
working_directory: ~/
steps:
- aws-cli/setup:
role_arn: "arn:aws:iam::118388513628:role/avni_circleci_instance_connect"
region: "ap-south-1"
- setup_server_access:
instance-id: "i-07df2679f68762a68"
availability-zone: "ap-south-1a"
- deploy_ansible:
env: "prod"

Expand Down Expand Up @@ -317,9 +293,7 @@ workflows:
requires:
- app_build
- STAGING_deploy:
context:
- AWS_OIDC
- non-prod-deploy
context: non-prod-deploy
requires:
- STAGING_approve
- cypress/run:
Expand All @@ -336,29 +310,23 @@ workflows:
requires:
- app_build
- PERF_deploy:
context:
- AWS_OIDC
- non-prod-deploy
context: non-prod-deploy
requires:
- PERF_approve
- PRERELEASE_approve:
type: approval
requires:
- app_build
- PRERELEASE_deploy:
context:
- AWS_OIDC
- non-prod-deploy
context: non-prod-deploy
requires:
- PRERELEASE_approve
- PRODUCTION_approve:
type: approval
requires:
- app_build
- PRODUCTION_deploy:
context:
- AWS_OIDC
- prod-deploy
context: prod-deploy
requires:
- PRODUCTION_approve
- RWB_STAGING_approve:
Expand Down

0 comments on commit 8b6126f

Please sign in to comment.