Skip to content

Commit

Permalink
Deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Oct 31, 2023
1 parent da881f3 commit b4b4286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions templates/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ <h2 class="govuk-heading-l">{{ (display_type + " ") if display_type else "" }}On
<form action="{{ form_url }}" method="post">
<div class="govuk-form-group {{ 'govuk-form-group--error' if code_fail else '' }}">
<label class="govuk-label" for="code">
Check your {{ device }} for code
Check your {{ device }} for a one-time code
</label>
{% if code_fail %}
<p id="code-error" class="govuk-error-message">
<span class="govuk-visually-hidden">Error:</span> Code wasn't recognised
<span class="govuk-visually-hidden">Error:</span> That appears to be wrong, please try again
</p>
{% endif %}
<input class="govuk-input govuk-input--width-10 {{ 'govuk-input--error' if code_fail else '' }}" id="code" name="code" type="code" pattern="{{ input_pattern }}" placeholder="{{ input_placeholder }}" spellcheck="false" autocomplete="off">
Expand Down

0 comments on commit b4b4286

Please sign in to comment.