coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.36k stars 1.87k forks source link

[Core]: Support BitBucket Or any host #1204

Closed unpseudocomplique closed 1 year ago

unpseudocomplique commented 1 year ago

For now only gitlab & github are supported.

To be usable i need to at least manualy deploy from any git host or bitbucket.

Maybe like clevercloud or vercel we can deploy to a git remote ?

Thank you for your work ! 💪

btalin commented 1 year ago

that would be also very important for us. Is there any timeline?

andrasbacsai commented 1 year ago

To be able to deploy from any git source is simple to add.

Adding a fully integrated Bitbucket (or any) git provider is a bit harder (webhooks, etc.).

Which one of these is important for you, @btalin ?

andrasbacsai commented 1 year ago

Subissue: https://github.com/coollabsio/coolify/issues/1233

Xadoy commented 1 year ago

Is it possible to achieve like caprover CLI? https://caprover.com/docs/deployment-methods.html Which actually works like Heroku.

andrasbacsai commented 1 year ago

Is it possible to achieve like caprover CLI? https://caprover.com/docs/deployment-methods.html Which actually works like Heroku.

Yes, I will soon start working on Coolify's CLI.

andrasbacsai commented 1 year ago

You can now deploy from any git provider, public or private (with ssh-key) repositories.