Skip to content

Commit

Permalink
chore(deployment-script): changed feature to main-iterations (#2715)
Browse files Browse the repository at this point in the history
Co-authored-by: Zain Kassam <zkassam@ukexportfinance.gov.uk>
  • Loading branch information
Zainzzkk and Zain Kassam authored Jul 11, 2024
1 parent 54e717a commit d18f7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -n "$selection" ]; then
branch=main
############### FEATURE ###############
elif [ "$destination" = "feature" ]; then
branch=main-application-no-pdf
branch=main-iterations
############### STAGING ###############
elif [ "$destination" = "staging" ]; then
branch=dev
Expand Down

0 comments on commit d18f7f9

Please sign in to comment.