Skip to content

Commit

Permalink
Remove mention of DDEV integration in Upsun docs (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouckColson committed Mar 6, 2024
1 parent 8cde55e commit a2fa087
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sites/friday/src/development/local/ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ Follow the prompts to add the correct DDEV configuration files to your repositor

{{% ddev/token %}}

## 4. Connect DDEV to your project

{{% ddev/connect %}}

## 5. Optional: Get your project data
## 4. Optional: Get your project data

To get your environment data (files, database), run the following command:

Expand All @@ -51,7 +47,7 @@ ddev pull {{% vendor/cli %}}
To skip pulling files, add `--skip-files` to the command.
To skip pulling a database, add `--skip-db` to the command.

## 6. Run your project
## 5. Run your project

Now your project is ready to run:

Expand Down

0 comments on commit a2fa087

Please sign in to comment.