I found this : https://bitbucket.org/atlassian/ssh-run/src/master/
Used to "Run a command or a bash script on your server"
It accepts string arguments, I'd like to know if I can use a file from the repository as argument somehow?
That would allow me to leave a docker-compose.yml file on the repository and then use it to create a container on the remote server.
Hey Rafael,
The ssh-run pipe allows you to execute bash commands and bash scripts. The extra arguments which can be passed through are SSH-based and don't appear to allow you to execute other file types, please see here for the documentation on the ssh-run pipe:
https://bitbucket.org/atlassian/ssh-run/src/master/
The arguments has documentation as well for what can be passed through, this can be found here:
https://linux.die.net/man/1/ssh\
Cheers!
- Ben (Bitbucket Cloud Support)
Hey Rafael,
I believe this will be the best solution for you, yes :)
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.