strider icon indicating copy to clipboard operation
strider copied to clipboard

Multiple deploy configurations?

Open akamensky opened this issue 10 years ago • 3 comments

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?

akamensky avatar Nov 12 '15 08:11 akamensky

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.

knownasilya avatar Nov 12 '15 13:11 knownasilya

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.

akamensky avatar Nov 13 '15 02:11 akamensky

I'm totally with you :+1:

knownasilya avatar Nov 13 '15 03:11 knownasilya