diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e0a59ede..af1d686a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -292,16 +292,6 @@ jobs: command: | bin/sync-opensearch-packages << parameters.space >> << parameters.bucket >> - notify-production-deployment: - docker: - - image: cimg/ruby:3.3.4 - steps: - - checkout - - tariff/notify-production-release: - app-name: Backend - slack-channel: trade_tariff - release-tag: $CIRCLE_TAG - workflows: version: 2 @@ -488,9 +478,3 @@ workflows: requires: - write-docker-tag-prod-release <<: *filter-release - - - notify-production-deployment: - context: trade-tariff-releases - requires: - - apply-terraform-prod - <<: *filter-release