Skip to content

Commit

Permalink
changed app's name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiny49 committed Jul 30, 2024
1 parent 33a4277 commit b17556c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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 }}

0 comments on commit b17556c

Please sign in to comment.