diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 769f6e5..dfdc687 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -63,7 +63,7 @@ jobs: with: version_to_build: sha-${{ github.sha }} owner: ${{ github.repository_owner }} - application: funding-service-design-self-serve + application: funding-service-design-fund-application-builder assets_required: false dev_deploy: @@ -74,7 +74,7 @@ jobs: AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }} with: environment: dev - app_name: self-serve + app_name: fund-application-builder version: sha-${{ github.sha }} post_dev_deploy_tests: @@ -90,7 +90,7 @@ jobs: run_performance_tests: ${{ inputs.run_performance_tests || true }} run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }} run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || false }} - app_name: self-serve + app_name: fund-application-builder environment: dev test_deploy: @@ -101,7 +101,7 @@ jobs: AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }} with: environment: test - app_name: self-serve + app_name: fund-application-builder version: sha-${{ github.sha }} post_test_deploy_tests: @@ -118,7 +118,7 @@ jobs: run_performance_tests: ${{ inputs.run_performance_tests || false }} run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }} run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }} - app_name: self-serve + app_name: fund-application-builder environment: test uat_deploy: @@ -129,7 +129,7 @@ jobs: AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }} with: environment: uat - app_name: self-serve + app_name: fund-application-builder version: sha-${{ github.sha }} post_uat_deploy_tests: @@ -146,7 +146,7 @@ jobs: run_performance_tests: ${{ inputs.run_performance_tests || false }} run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }} run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }} - app_name: self-serve + app_name: fund-application-builder environment: uat prod_deploy: @@ -157,5 +157,5 @@ jobs: AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }} with: environment: prod - app_name: self-serve + app_name: fund-application-builder version: sha-${{ github.sha }}