elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
124 stars 33 forks source link

Bitbucket Deployment does not work when repository is in another workspace #132

Open Haggai-Mac opened 4 years ago

Haggai-Mac commented 4 years ago

When deploying to bitbucket, the configured Account & Repository Name combination assumes that the repository is in the default personal workspace. If the repository is a different workspace, the deployment does not work.

leonstafford commented 4 years ago

Thanks for reporting, @Haggai-Mac. There's another issue open about using self-hosted/enterprise Bitbucket, which may be able to be worked on together with this one.

Your temporary workaround, is to use do a zip or regular export and use CLI git tools to deploy to Bitbucket.

Haggai-Mac commented 4 years ago

Alright @leonstafford I also noticed that I can't use bitbucket with dev, staging and production workflow since the destination URL is added to the code. Any workaround for such a workflow?