You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2021. It is now read-only.
I'm trying to deploy a Rails application with this cookbook, but it fails because our Gemfile includes some private repos.
It would be nice to automatically share application_git's deploy_key attribute to bundle_install—I'd submit a pull request, but I have no idea how to do that.
The text was updated successfully, but these errors were encountered:
Yeah, the right way is probably to add a git_ssh into the application environment on that side. I'll see if I can find time to add it, but probably won't be immediate so I would move forward with the ENV['GIT_SSH'] trick I mentioned on the other ticket.
Issue related to this pull request.
I'm trying to deploy a Rails application with this cookbook, but it fails because our Gemfile includes some private repos.
It would be nice to automatically share
application_git
'sdeploy_key
attribute tobundle_install
—I'd submit a pull request, but I have no idea how to do that.The text was updated successfully, but these errors were encountered: