Hi would like to test all my builds. and deploy all branches that start with feature/*

this my deployment section.

deployment:
staging:
branch: feature/autocreate_environment
commands:
- >
python deploy.py
–commit $CIRCLE_SHA1
–environment testing_autocreate_command
–settings staging
–application_name *****

Hi!

Check out this doc on deployment, it shows how to match with Regex.