Skip to content

Commit 3ffd78e

Browse files
authored
Update provider.md
1 parent 3b25d09 commit 3ffd78e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ editable: true
88

99

1010

11-
# Guidance for Migrating a Git-Based Project
11+
# How to migrate your Deploy Now Project
1212

1313
> Due to the EU Data Act, we are legally obliged to inform you about how you can move to another provider. However, we hope you like Deploy Now so much that you stay!
1414
@@ -18,13 +18,13 @@ Moving a project from IONOS Deploy Now to a new hosting provider is a manageable
1818

1919
Before you begin, you must ensure your project's code is located in a repository that your new hosting provider can access.
2020

21-
If your code is already located on a compatible Git provider (such as GitHub), you can proceed directly to the "Migration Process" section.
21+
If your code is already located on a compatible Git provider, you can proceed directly to the "Migration Process" section.
2222

2323
### Moving Your Codebase to a Different Git Provider
2424

2525
If your code is on a Git provider that is not compatible with your new host, you must first move the repository. The recommended method is to create a "mirror," which duplicates the repository perfectly, including all branches, tags, and commit history.
2626

27-
1. **Create a New Repository:** Start by creating a new, empty repository on the target Git provider (e.g., GitHub).
27+
1. **Create a New Repository:** Start by creating a new, empty repository on the target Git provider (e.g., GitLab, Bitbucket).
2828
2. **Mirror the Repository:** This is most commonly done via the command line. You perform a "bare clone" of your existing repository and then "mirror-push" it to the new repository's address. The general commands are:
2929
```bash
3030
git clone --bare [https://old-provider.com/user/repo.git](https://old-provider.com/user/repo.git)

0 commit comments

Comments
 (0)