laravel-envoy

Private Github Repositories with Envoy

和自甴很熟 提交于 2021-02-11 14:35:00
问题 Anybody has any problems deploying with Laravel's envoy when using private Github repos? When manually cloning my repo from the production server, the ssh key seems to be accessible but when using Envoy, I always get a "Permission denied (publickey) error. Thanks 回答1: It is probably because the ssh key on your remote server requires a password. If you change the Envoy.blade.php to perform some other task you should be able to establish whether you are connecting to your remote correctly.

Laravel “envoy run” command not working with ssh key

眉间皱痕 提交于 2019-12-08 13:52:37
问题 I am running following command in a laravel project folder and getting following error. rakib$ envoy run list --env=production [ubuntu@54.187.123.4]: Permission denied (publickey). But I can successfully ssh using following command: ssh -i ~/.ssh/sw-new.pem ubuntu@54.187.123.4 My ~/.ssh/config file content looks like: Host 54.187.123.4 IdentityFile ~/.ssh/sw-new.pem Can anyone suggest me what is the possible reason of getting "Permission denied" error? 回答1: It's possible that envoy is using