Skip to content

Commit f83278c

Browse files
Merge pull request #92 from communitiesuk/bau/integrate-frontend
Integrate frontend and fix deployment
2 parents d96bb35 + ca39f21 commit f83278c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/copilot_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ jobs:
365365
needs: [ setup, docker-designer-build, docker-runner-build, dev_deploy ]
366366
permissions:
367367
id-token: write # This is required for requesting the JWT
368+
contents: read # This is required for actions/checkout
368369
secrets:
369370
FSD_GH_APP_ID: ${{ secrets.FSD_GH_APP_ID }}
370371
FSD_GH_APP_KEY: ${{ secrets.FSD_GH_APP_KEY }}
@@ -421,6 +422,7 @@ jobs:
421422
needs: [ setup, docker-designer-build, docker-runner-build, dev_deploy, test_deploy ]
422423
permissions:
423424
id-token: write # This is required for requesting the JWT
425+
contents: read # This is required for actions/checkout
424426
if: ${{ always() && contains(fromJSON(needs.setup.outputs.jobs_to_run), 'test') && (! contains(needs.*.result, 'failure') ) && (! contains(needs.*.result, 'cancelled') ) }}
425427

426428
secrets:
@@ -476,6 +478,7 @@ jobs:
476478
needs: [ setup, docker-designer-build, docker-runner-build, dev_deploy, test_deploy, uat_deploy ]
477479
permissions:
478480
id-token: write # This is required for requesting the JWT
481+
contents: read # This is required for actions/checkout
479482
if: ${{ always() && contains(fromJSON(needs.setup.outputs.jobs_to_run), 'uat') && (! contains(needs.*.result, 'failure') ) && (! contains(needs.*.result, 'cancelled') ) }}
480483
secrets:
481484
FSD_GH_APP_ID: ${{ secrets.FSD_GH_APP_ID }}

copilot/fsd-form-runner-adapter/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ variables:
6161
JWT_REDIRECT_TO_AUTHENTICATION_URL: "https://authenticator.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk/sessions/sign-out"
6262
LOGOUT_URL: "https://authenticator.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk/sessions/sign-out"
6363
MULTIFUND_URL: "https://frontend.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk/account"
64-
NODE_CONFIG: '{"safelist": ["fsd-application-store", "fsd-pre-award-stores"]}'
64+
NODE_CONFIG: '{"safelist": ["fsd-application-store", "fsd-pre-award-stores", "fsd-pre-award"]}'
6565
NODE_ENV: production
6666
PRIVACY_POLICY_URL: "https://frontend.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk/privacy"
6767
SERVICE_START_PAGE: "https://frontend.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk/account"

0 commit comments

Comments
 (0)