From bc6f05acbc0467487477d9da7650fa1f5d677a38 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 6 Sep 2024 13:55:53 -0700 Subject: [PATCH] IO-2907 change CI step to deploy instead of build --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49be77599..4f35873a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,6 +22,7 @@ jobs: - jira/notify: environment: Production (ImEX) - API environment_type: production + job_type: deployment pipeline_id: << pipeline.id >> pipeline_number: << pipeline.number >> @@ -47,6 +48,7 @@ jobs: environment: Production (ImEX) - Hasura environment_type: production pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> imex-app-build: docker: @@ -101,6 +103,7 @@ jobs: environment: Production (ImEX) - Front End environment_type: production pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> rome-api-deploy: @@ -119,6 +122,7 @@ jobs: environment: Production (Rome) - API environment_type: production pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> rome-hasura-migrate: docker: @@ -142,6 +146,7 @@ jobs: environment: Production (Rome) - Hasura environment_type: production pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> rome-app-build: docker: @@ -171,6 +176,7 @@ jobs: environment: Production (Rome) - Front End environment_type: production pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> promanager-app-build: @@ -201,6 +207,7 @@ jobs: environment: Production (ProManager) - Front End environment_type: production pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> test-rome-hasura-migrate: @@ -225,6 +232,7 @@ jobs: environment: Test (Rome) - Hasura environment_type: testing pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> test-rome-app-build: @@ -255,6 +263,7 @@ jobs: environment: Test (Rome) - Front End environment_type: testing pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> test-promanager-app-build: @@ -285,6 +294,7 @@ jobs: environment: Test (ProManager) - Front End environment_type: testing pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> test-hasura-migrate: @@ -309,6 +319,7 @@ jobs: environment: Test (ImEX) - Hasura environment_type: testing pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> imex-test-app-build: @@ -360,6 +371,7 @@ jobs: environment: Test (ImEX) - Front End environment_type: testing pipeline_id: << pipeline.id >> + job_type: deployment pipeline_number: << pipeline.number >> admin-app-build: