edeliver -- scp 无法找到构建

edeliver -- scp is unable to find a build

直到最近,"edeliver" 运行良好,但现在它抛出此错误:

部署时出现此错误

[skipped]
==> Tarball updated!
==> Release successfully built!
    You can run it in one of the following ways:
      Interactive: _build/prod/rel/my_website123/bin/my_website123 console
      Foreground: _build/prod/rel/my_website123/bin/my_website123 foreground
      Daemon: _build/prod/rel/my_website123/bin/my_website123 start
-----> Copying release 0.1.5 to local release store
-----> Copying my_website123.tar.gz to release store
scp: /home/my_user123/my_website123/builds/rel/my_website123/releases/0.1.5/my_website123.tar.gz: No such file or directory

RELEASE BUILD OF my_website123 WAS SUCCESSFUL!

[skipped]

DEPLOYING RELEASE OF my_website123 APP TO PRODUCTION HOSTS

-----> Authorizing hosts
ls: cannot access '.deliver/releases/my_website123_*.*.tar.gz': No such file or directory
No *(s) found in local release store.
You can build one with the ./edeliver build * task.

以前,大约一个月或 2 周前,效果很好。

长生不老药 1.4.0

另外,这里的"tput: terminal attributes: No such device or address"是什么意思:

   tput: terminal attributes: No such device or address

    tput: terminal attributes: No such device or address

此错误与 Elixir(和 OTP 完全无关。)

这就是野兽SSH。 edeliver 正在执行的 SSH 命令之一正在尝试向终端发送一些消息。如果没有一个打开,就会发生这种情况。

尝试手动 ssh 到目的地,您可能会发现问题所在。消除尝试放入 STDERR/STDOUT 的根本原因,您的部署将恢复正常。