-
Notifications
You must be signed in to change notification settings - Fork 66
Support Bedrock #2
Comments
Given that Bedrock already has its own well established project to do everything you're doing here (Trellis), this is most unnecessary. |
This issue is more for myself! 😄 I want to have a bedrock compatible setup for upcoming projects. bedrock-ansible has no plans to support DebOps (since they're MIT) and they're building out all the roles themselves. They also don't support Varnish and they opted for memcached instead of Redis. |
The role refactor to support Bedrock is pretty much done, but this issue with |
Got the chance to wrap this up tonight. DebOps will now set up a Bedrock project if you give it this option: wordpress__install_type: 'bedrock' By default, this isn't going to be super useful since you can't update anything. That's why I also created a template project that you can use with Deployer to help with this issue. That said, there's an issue with deploys that I still need to work through. I get a white screen after a deploy until I log into the admin. Not sure why that is yet. But besides that, this is working now. I just need to document it. |
Wiki page is done. I'm going to update it with the template project stuff once I've written the documentation for deployments. |
Supporting bedrock should just be a question of adding additional roles and creating a
bedrock.yml
playbook.The text was updated successfully, but these errors were encountered: