How can I create a project website.
For example, if my project name is "pro". I want a website to display at URL "myaccount.bitbucket.io/pro". I am able to run "myaccount.bitbucket.io" but when I open any project website I am getting File Not Found error.
Hi Mayank, welcome to the Community :)
Regarding the projects, looks to me like you're missing something. Please make sure you're following the instructions at Publishing a website on Bitbucket Cloud:
You may have multiple projects that you want to host from the same Bitbucket websites, you can do this by placing each project in a repository subdirectory. In this example, you would want to organize things such that you can point users to:
- https://accountname.bitbucket.io/subdir1forproject1
- https://accountname.bitbucket.io/subdir2forproject2
- https://accountname.bitbucket.io/subdir3forproject3
Each project sub-directory would act as a self-contained website with its own
index.html
.
Let us know how it goes!
Ana
I made a separate repo for the project named "pro" which contains index.html file but it's not rendering when I am visiting "myaccount.bitbucket.io/pro".
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.