Multiple deploy configurations?
In our setup we have a test server where we want to deploy automagically after (over SSH) after tests has been passed and we have production server where we want to deploy manually (click a deploy button in Strider).
However it looks like Strider does not have dedicated deploy configurations, instead it has one deploy configuration per project(?). AFAIK this is pretty standard way for CIs to have multiple configurations for a single code base.
Is there already a way to achieve that in Strider? Or if not, should it be considered as a feature request?
The only way to do multiple at the moment, is by using different branches. I think this feature request has been submitted somewhere. I'll look later when I have time.
Not everybody follows standard git workflow and not everybody uses git for which this is standard flow to have test branch and production branch. So just multiple configurations (in which you can select branch) would make more sense I believe.
I'm totally with you :+1: