Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gitpod-io/demo-multi-repo-frontend


https://github.com/gitpod-io/demo-multi-repo-frontend

gitpod gitpod-feature-demo

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Multi repository Workspaces on Gitpod - Frontend

If your software project is comprised of multiple source control repositories it is possible to configure Gitpod to clone these additional repositories through the configuration keys of `additionalRepositories` and `mainConfiguration` in the [.gitpod.yml](https://www.gitpod.io/docs/references/gitpod-yml) file which removes the need to run multiple workspaces, and makes it easier to configure services which need to be aware of each other.

Learn more about cloning additional repositories and delegation at https://www.gitpod.io/docs/multi-repo-workspaces

## Demo

This repository uses `additionalRepositories` to clone the additional repository of https://github.com/gitpod-io/demo-multi-repo-backend into `/workspaces/backend` which removes the need to run multiple Gitpod workspaces, and makes it easier to configure services which need to be aware of each other.

```bash
$ cd /workspaces
$ ls -ltr
drwxr-xr-x 3 gitpod gitpod 69 Jun 22 02:37 demo-multi-repo-frontend
drwxr-xr-x 3 gitpod gitpod 69 Jun 22 02:37 backend
```