SSH issue: Codeship-run deploy script on my server is failing to pull from Github
我将repo连接到运行测试的代码发布,然后通过ssh在服务器上运行脚本:
1 | ssh [email protected] '/var/www/deploy-script.sh' |
在我的服务器上,我已经设置了我的
在
1 2 3 | > Pull updates from Github. Permission denied (publickey). fatal: Could not read from remote repository. |
如果我以
我错过了什么?为什么Github不允许以部署用户而不是我的身份登录时进行访问?
似乎我忽略了
在
1 | IdentityFile ~/.ssh/deploy-key |