Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #231 from communitiesuk/BAU_pass_environment
Browse files Browse the repository at this point in the history
BAU - pass environment
  • Loading branch information
robk-dluhc authored Nov 14, 2023
2 parents 8893d7f + e682dcc commit 333d218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:
type: choice
required: true
options:
- dev
- test
- uat
- production
run_performance_tests:
required: false
default: false
Expand Down Expand Up @@ -127,3 +130,4 @@ jobs:
run_performance_tests: ${{ inputs.run_performance_tests || false }}
run_e2e_tests: ${{ inputs.run_e2e_tests || true }}
app_name: authenticator
environment: ${{ inputs.environment == '' && 'test' || inputs.environment }}
2 changes: 1 addition & 1 deletion copilot/fsd-authenticator/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variables:
COOKIE_DOMAIN: ".test.levellingup.gov.uk"
ALLOW_ASSESSMENT_LOGIN_VIA_MAGIC_LINK: false
REDIS_INSTANCE_URI:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-RedisInstanceURI
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-MagicLinksRedisInstanceURI

secrets:
RSA256_PUBLIC_KEY_BASE64: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/RSA256_PUBLIC_KEY_BASE64
Expand Down

0 comments on commit 333d218

Please sign in to comment.