Skip to content

change clone url #3014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/hosting/installation/server-setups/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ Once the cluster is created, eksctl automatically sets the kubectl context to th

## Clone configuration repository

Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-kubernetes-hosting/tree/aws){:target=_blank .external-link}. The following steps tell you what each file does, and what settings you need to change.
Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-hosting/tree/main){:target=_blank .external-link}. The following steps tell you what each file does, and what settings you need to change.

Clone the repository with the following command:

```shell
git clone https://github.com/n8n-io/n8n-kubernetes-hosting.git -b aws
git clone https://github.com/n8n-io/n8n-hosting.git
```

And change directory to the root of the repository you cloned:

```shell
cd n8n-kubernetes-hosting
cd kubernetes
```

## Configure Postgres
Expand Down
6 changes: 3 additions & 3 deletions docs/hosting/installation/server-setups/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ The remainder of the steps in this guide require you to set the Azure instance a

## Clone configuration repository

Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-kubernetes-hosting/tree/azure){:target=_blank .external-link}. The following steps tell you which file configures what and what you need to change.
Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-hosting/tree/main){:target=_blank .external-link}. The following steps tell you which file configures what and what you need to change.

Clone the repository with the following command:

```shell
git clone https://github.com/n8n-io/n8n-kubernetes-hosting.git -b azure
git clone https://github.com/n8n-io/n8n-hosting.git
```

And change directory to the root of the repository you cloned:

```shell
cd azure
cd kubernetes
```

## Configure Postgres
Expand Down
6 changes: 3 additions & 3 deletions docs/hosting/installation/server-setups/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ The rest of the steps in this guide require you to set the GCP instance as the K

## Clone configuration repository

Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-kubernetes-hosting/tree/gcp){:target=_blank .external-link} locally. The following steps explain the file configuration and how to add your information.
Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-hosting/tree/main){:target=_blank .external-link} locally. The following steps explain the file configuration and how to add your information.

Clone the repository with the following command:

```shell
git clone https://github.com/n8n-io/n8n-kubernetes-hosting.git -b gcp
git clone https://github.com/n8n-io/n8n-hosting.git
```

And change directory to the root of the repository you cloned:

```shell
cd n8n-kubernetes-hosting
cd kubernetes
```

## Configure Postgres
Expand Down
Loading