Skip to content

Commit

Permalink
chore(deploy): revert feature environment branch change
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Oct 11, 2024
1 parent a73f401 commit a83203c
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-iterations
branch=main
############### STAGING ###############
elif [ "$destination" = "staging" ]; then
branch=dev
Expand Down

0 comments on commit a83203c

Please sign in to comment.