Skip to content
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

Add DDEV integration #220

Merged
merged 37 commits into from
Feb 23, 2024
Merged

Add DDEV integration #220

merged 37 commits into from
Feb 23, 2024

Conversation

martin-helmich
Copy link
Member

@martin-helmich martin-helmich commented Feb 15, 2024

This PR adds a simple integration for DDEV.

This integration consists of a few simple building blocks:

  • The mw ddev render-config command may be used to create a project-/app-specific configuration file
  • The mw ddev init command initializes a DDEV project in the local directory, whose configuration matches the
    specified mittwald app
  • External to this repository, there is also the mittwald/ddev addon, which adds support for pushing+pulling code from+to a remote project

@martin-helmich martin-helmich marked this pull request as ready for review February 19, 2024 18:31
src/commands/ddev/init.tsx Show resolved Hide resolved
src/lib/context_ddev.ts Show resolved Hide resolved
src/lib/ddev/config_builder.ts Outdated Show resolved Hide resolved
src/lib/ddev/config_builder.ts Outdated Show resolved Hide resolved
src/rendering/process/process_exec.ts Outdated Show resolved Hide resolved
src/rendering/process/process_exec.ts Outdated Show resolved Hide resolved
@martin-helmich martin-helmich merged commit 0408ce4 into master Feb 23, 2024
4 checks passed
@martin-helmich martin-helmich deleted the feature/ddev-support branch February 23, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants