# Automated Deployments
When code is pushed to the master branch of this repository it is
automatically deployed by Bitbucket Pipelines to the production S3 bucket for
sourcing by the production CDN. When a push occurs to the staging branch
those assets are automatically deployed to the staging S3 bucket and CDN.
When code is pushed to a feature branch (ie. any branch with a name matching
feature/*), that code is also pushed to the staging S3 and CDN. These feature
branch assets can be made active in Luminate Online test environment by adding the query string parameter. See Dynamic Feature Branch article for more details.