Skip to content

Commit

Permalink
avniproject/avni-product#1433 | update deploy config to remove replac…
Browse files Browse the repository at this point in the history
…e old prod with new keeping
  • Loading branch information
himeshr committed Jan 2, 2024
1 parent 5317a19 commit ed0ffd0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,20 +198,13 @@ jobs:
steps:
- deploy:
hostname: "ssh.perf.openchs.org"
NEW_PRODUCTION_deploy:
PRODUCTION_deploy:
docker:
- image: cimg/deploy:2023.09-node
working_directory: ~/
steps:
- deploy_ansible:
env: "prod"
PRODUCTION_deploy:
docker:
- image: cimg/node:10.24.1
working_directory: ~/
steps:
- deploy:
hostname: "ssh.server.openchs.org"

tags_filter: &tags_filter
filters:
Expand Down Expand Up @@ -258,14 +251,6 @@ workflows:
context: prod-deploy
requires:
- PRODUCTION_approve
- NEW_PRODUCTION_approve:
type: approval
requires:
- app_build
- NEW_PRODUCTION_deploy:
context: prod-deploy
requires:
- NEW_PRODUCTION_approve
- PRERELEASE_approve:
type: approval
requires:
Expand Down

0 comments on commit ed0ffd0

Please sign in to comment.