Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,662
Community Members
 
Community Events
185
Community Groups

How to publish more than one repo to Bitbucket cloud

I've read the docs here: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html

 

Which says: 

 

Hosting Multiple Projects Under a Single Website

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:

Each project sub-directory would act as a self-contained website with its own index.html.

Bitbucket is forgiving with regard to trailing slashes: a request to https://accountname.bitbucket.io/projectX/ with result in projectX/index.html being served (if such a file exists), regardless of whether the trailing slash is included in the URL.

 

Now, maybe I'm not familiar with all of bitbucket's functionality or terminology but I'm having trouble understanding this bit of documentation.

 

I've created a published main repo just fine by naming one accountname.bitbucket.io. However, I can't seem to create a subdirectory with a second repo.

 

I tried using the project name and naming a repo under that something like "accountname.bitbucket.io/project-name", but that didn't work. I tried uploading a git submodule, and that didn't work. I've tried just going to accountname.bitbucket.io/repo-name and that didn't work.

 

So I'm confused, is it even possible to publish multiple repos under one account?

1 answer

1 vote
Tyler T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 29, 2019

Hi Will,

If your index.html is working, adding folders to the main directory will create new webpages.

Example:

  • /index.html - main page
  • /web - new folder
  • /web/index.html - new index.html file in the new folder

When you visit accountname.bitbucket.io/web you will see the content from the index.html in the /web/ folder. I'll reach out to our team about updating the documentation to make it more clear. Hope this helps!

@Tyler T I think what he ask is 
can "accountname.bitbucket.io/ProjectX" host files from repository "ProjectX"?

 

So the answer is no?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events