直到最近,"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.以前,大约一个月或两周前,它工作得很好。
灵丹妙药1.4.0
另外,这里的"tput:终端属性:没有这样的设备或地址“是什么意思:
tput: terminal attributes: No such device or address
tput: terminal attributes: No such device or address发布于 2017-01-27 22:21:29
这个错误与Elixir (和OTP )无关。
这是宋承宪,谁是野兽。edeliver正在执行的一条SSH命令正在尝试向终端发送一些消息。如果没有一个打开,就会发生这种情况。
尝试手动ssh到目的地,您可能会看到哪里出了问题。消除试图放入STDERR/STDOUT中的东西的根本原因,您的部署将恢复正常。
https://stackoverflow.com/questions/41892863
复制相似问题