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
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 bashand run the commands@devydave is this still an issue? Or was this due to the submodule thing?