sail icon indicating copy to clipboard operation
sail copied to clipboard

BitBucket support

Open ammario opened this issue 6 years ago • 6 comments

ammario avatar May 20 '19 23:05 ammario

Please add bitbucket support.

saji89 avatar May 22 '19 04:05 saji89

BitBucket should already be supported

sail run https://bitbucket.org/username/repo

coadler avatar May 24 '19 01:05 coadler

You're also able to change the default host in the config

So sail run username/repo will expand to sail run ssh://bitbucket.org/username/repo instead of sail run ssh://github.com/username/repo

coadler avatar May 24 '19 01:05 coadler

so, I could have just changed it to `sail run github/org/repo?

teddy-codes avatar May 24 '19 01:05 teddy-codes

I forgot you needed a schema if you provide a host to sail run

It would be sail run ssh://github/org/repo

coadler avatar May 24 '19 01:05 coadler

I ended up changing it anyway because it is easier to go with the grain than against.

teddy-codes avatar May 24 '19 01:05 teddy-codes