From 3caa0e4bed57902dfcce84344e28d305e7dc64c5 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Thu, 2 Nov 2023 16:50:42 +0000 Subject: [PATCH] CLDC-2864: switch params to production from staging --- .github/workflows/paas_only_production_pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/paas_only_production_pipeline.yml b/.github/workflows/paas_only_production_pipeline.yml index 8eebedee3..0d9b73036 100644 --- a/.github/workflows/paas_only_production_pipeline.yml +++ b/.github/workflows/paas_only_production_pipeline.yml @@ -171,9 +171,9 @@ jobs: deploy: name: Deploy - concurrency: staging + concurrency: "production" runs-on: ubuntu-latest - environment: staging + environment: "production" needs: [lint, test, feature_test, audit] steps: @@ -196,7 +196,7 @@ jobs: CF_ORG: ${{ secrets.CF_ORG }} API_USER: ${{ secrets.API_USER }} API_KEY: ${{ secrets.API_KEY }} - APP_NAME: dluhc-core-staging + APP_NAME: dluhc-core-production GOVUK_NOTIFY_API_KEY: ${{ secrets.GOVUK_NOTIFY_API_KEY }} APP_HOST: ${{ secrets.APP_HOST }} RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}