Right now I have a circle.yml file that has specific branch names under deployment and commands to run based on the branch name. Right now the commands just build our app and deploy it to specific s3 buckets.
I would like to specify a set of deployment commands for every branch name, where the command syncing with an s3 bucket is able to base the bucket name on the branch name.
Apologies for the late reply and thank you both. @alexey seems to have solved my problem with branch : /.*/. From there I can implement any logic in bash