Multiple web software deployment

How hard would it be to modify the deployment process to allow for having a final setup of two different Wordpress sites on the same IP/server? Not multisite setup but two separate sites. Or maybe allow for Drupal to be sitting next to Bedrock on the same server?

You can already do this without modifying anything, unless you’re needing to use project_pre_build_commands_local and project_local_files for multiple sites.

If you need to run the build commands on multiple sites, see:

1 Like