You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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)
Thank you these references will help, I guess I'll copy the files to the destination server and execute the scripts there then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.