Hi,
I’m just starting out with Trellis + Bedrock and may be missing a few pieces of the puzzle.
I have a Bedrock site set up, which requires a licensed plugin. This is set in the composer.json file after following the instructions here > https://roots.io/guides/private-or-commercial-wordpress-plugins-as-composer-dependencies/
I have Trellis set up too, and can spin up my dev site no problem. The problem I’m now having is with deployments. I have a server ready, it’s provisioned and Ansible can connect to it but when a deployment gets to “Install Composer dependencies” it fails at the private repository.
I’ve added my SSH key to the group_vars/all/known_hosts with the name “github.com”, and I can clone the repository using my SSH key locally so I’m not sure what else to try from here.
Can someone please shed some light?