Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable file transfer from within scripts #13

Open
raoulmillais opened this issue Aug 15, 2013 · 0 comments
Open

Enable file transfer from within scripts #13

raoulmillais opened this issue Aug 15, 2013 · 0 comments
Assignees

Comments

@raoulmillais
Copy link
Contributor

Example scenarios:

  • registering a custom task on remote servers.
  • applying a registry fix on remote servers (reg file instead of the CLI api)

Considerations:

  • Transfer behaviour when running on local target.

Questions:

  • Is upload enough? Are there use-cases for downloading?

Ideally it would be useful to keep self-contained server configuration or maintenance scripts with the source for the project. This works fine at the moment provided your maintenance scripts don't rely on a file being transferred to the remote targets. I.E. Transferring the dependent scripts separately from roadrunner script means gluing together the pieces (transfer / roadrunner) with some extra layer on the script, it also usually means that you need to maintain ssh credentials in 2 places.

@ghost ghost assigned raoulmillais Aug 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant