Strider-CD / strider-ssh-deploy

Plugin for Strider-CD to deploy with SSH
14 stars 12 forks source link

Tarball generation as an option #8

Closed sebas5384 closed 10 years ago

sebas5384 commented 10 years ago

This deploy workflow is not a perfect fit for all cases. Deploy

So for example, lets say I want to connect to a remote server via ssh and only execute some commands, like, git pull of the specifically branch being deployed.

What should be the best way to do this?

kfatehi commented 10 years ago

You're right. I think it should be an option -- the stuff you just pasted should be a "Workflow" and there can be one or more "Workflows" (added via Pull Requests).

I think the default workflow should be "Custom" in which that help text is not visible, no tarball is created or transferred, and you end up in the user's home directory at which point commands are executed.

The "Tarball" workflow should be what we have now.

Thoughts ?

kfatehi commented 10 years ago

@sebas5384 this is done in HEAD

sebas5384 commented 10 years ago

:+1: