0

我正在尝试配置 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/
4

0 回答 0