我正在尝试配置Bitbucket管道以通过SFTP在服务器上部署分支,但是在日志上收到错误:SSH公钥验证失败:无法打开公钥文件
这是我的bitbucket-pipelines.yml文件,如下所示:
image: php:7.1.1
pipelines:
default:
- step:
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp init -vv --user $FTP_USERNAME --passwd $FTP_PASSWORD sftp://host_ip_address/public_html/