The git repo for my project has this file structure:
I placed the bash script inside site and setup the remotes for wpengine. However when I run the script, it pushes the trellis and site folders up to wpe. site/wp-content exists (as expected).
When I view wpe via sftp, I see the following folders at docroot:
site
trellis
wp-admin
wp-content
wp-includes
... other wp core files ...
This is likely because my development git repo isn't the bedrock repo, rather bedrock is within the site folder. Is it possible to deploy based on the relative path of the deploy script?