At work we have the following targets
Test - Area where `feature/*` are uploaded to
Preview - Where the client can see what will represent our next release
Staging - Staging server where we roll out to and test everything with live data
Live - as the name implies
BitBucket only supports 3 of these deploy targets. Is there a way around this limitation, or do I need to use the deployment feature at all and just specify the deployment as a step in my pipline without the deployment key?