private pull with deploy key seems broken #14

Open
opened 2026-02-20 16:56:02 +00:00 by devydave · 1 comment
Owner

When deploying the current release the deploy key is not added. When I run the commands by hand everything works.
I will look at it when I find more time, for know the quick fix is to log into the machine with
abra app run example.com badger bash and run the commands

eval $(ssh-agent -s)
ssh-add /root/.ssh/deploy
When deploying the current release the deploy key is not added. When I run the commands by hand everything works. I will look at it when I find more time, for know the quick fix is to log into the machine with `abra app run example.com badger bash` and run the commands ```shell eval $(ssh-agent -s) ssh-add /root/.ssh/deploy ```
Owner

@devydave is this still an issue? Or was this due to the submodule thing?

@devydave is this still an issue? Or was this due to the submodule thing?
Sign in to join this conversation.
No description provided.