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

Commit

Permalink
Merge pull request #193 from communitiesuk/BAU_add_app_name
Browse files Browse the repository at this point in the history
Bau add app name
  • Loading branch information
robk-dluhc authored Feb 13, 2024
2 parents 9fe9d66 + 795a175 commit 212bda8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }}
run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || false }}
environment: dev
app_name: account-store

test_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, paketo_build, setup ]
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || true }}
run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }}
environment: test
app_name: account-store

uat_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, paketo_build, setup ]
Expand Down Expand Up @@ -159,6 +161,7 @@ jobs:
run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || true }}
run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }}
environment: uat
app_name: account-store

prod_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, uat_deploy, post_uat_deploy_tests, paketo_build, setup ]
Expand Down

0 comments on commit 212bda8

Please sign in to comment.