From 01231db42db594837f70fbe30a1221e076f36444 Mon Sep 17 00:00:00 2001 From: simonmitchell Date: Tue, 23 Apr 2024 15:17:46 +0100 Subject: [PATCH] HAAR-2515: remove preprod and prod deployment as only need dev --- .circleci/config.yml | 72 ++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 912e955..b2fd68f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,42 +143,42 @@ workflows: - integration_test - build_docker helm_timeout: 5m - - request-preprod-approval: - type: approval - requires: - - deploy_dev - - hmpps/deploy_env: - name: deploy_preprod - env: "preprod" - jira_update: true - jira_env_type: staging - pipeline_id: <> - pipeline_number: <> - context: - - hmpps-common-vars - - hmpps-audit-poc-preprod - requires: - - request-preprod-approval - helm_timeout: 5m - - request-prod-approval: - type: approval - requires: - - deploy_preprod - - hmpps/deploy_env: - name: deploy_prod - env: "prod" - jira_update: true - jira_env_type: production - pipeline_id: <> - pipeline_number: <> - slack_notification: true - slack_channel_name: << pipeline.parameters.releases-slack-channel >> - context: - - hmpps-common-vars - - hmpps-audit-poc-prod - requires: - - request-prod-approval - helm_timeout: 5m +# - request-preprod-approval: +# type: approval +# requires: +# - deploy_dev +# - hmpps/deploy_env: +# name: deploy_preprod +# env: "preprod" +# jira_update: true +# jira_env_type: staging +# pipeline_id: <> +# pipeline_number: <> +# context: +# - hmpps-common-vars +# - hmpps-audit-poc-preprod +# requires: +# - request-preprod-approval +# helm_timeout: 5m +# - request-prod-approval: +# type: approval +# requires: +# - deploy_preprod +# - hmpps/deploy_env: +# name: deploy_prod +# env: "prod" +# jira_update: true +# jira_env_type: production +# pipeline_id: <> +# pipeline_number: <> +# slack_notification: true +# slack_channel_name: << pipeline.parameters.releases-slack-channel >> +# context: +# - hmpps-common-vars +# - hmpps-audit-poc-prod +# requires: +# - request-prod-approval +# helm_timeout: 5m security: triggers: - schedule: