Deploy tag
Luiz Barni
I find it terrible to depend on branches to manage my deployment. It forces me to reset my Git history and/or revert changes all which is horrible to maintain in the long term.
Tags are a much cleaner way to handle that, they are meant for it, who would know.
But the main drawback of having to control it via branches is that everytime we want to make a deploy or rollback a version, we must use a development ready machine, we can't control the version from our Git cloud provider neither from the App Platform panel itself, that's a shot in the foot.
Hayk Hovhannisyan
It would be great if we can specify a prefix, for example 'production-', and any tag with that prefix would trigger a deployment