Deploy only when tags are pushed for controlled releases.
bitbucket-pipelines.yml
This pipeline triggers only on tags matching v* (like v1.0.0) and creates an
environment named after the tag.
Next Steps
- Add multi-stage deployment with approval
Last modified on