From b4b428698307acea41f8906c6792ee7c0a8d5e58 Mon Sep 17 00:00:00 2001 From: OllieJC <5426038+OllieJC@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:37:18 +0000 Subject: [PATCH] Deploy to prod --- .github/workflows/main.yml | 8 ++++---- templates/code.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8ebca4..14aeb48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,10 @@ jobs: SERVICE_DOMAIN: sso.nonprod-service.security.gov.uk TF_WORKSPACE: nonprod AWS_REGION: eu-west-2 - # - environment: prod-aws - # SERVICE_DOMAIN: sso.service.security.gov.uk - # TF_WORKSPACE: prod - # AWS_REGION: eu-west-2 + - environment: prod-aws + SERVICE_DOMAIN: sso.service.security.gov.uk + TF_WORKSPACE: prod + AWS_REGION: eu-west-2 environment: name: ${{ matrix.environment }} steps: diff --git a/templates/code.html b/templates/code.html index 985da08..b06ce80 100644 --- a/templates/code.html +++ b/templates/code.html @@ -38,11 +38,11 @@

{{ (display_type + " ") if display_type else "" }}On
{% if code_fail %}

- Error: Code wasn't recognised + Error: That appears to be wrong, please try again

{% endif %}