在远程主机上的升级版本中,我收到这样的输出:
-----> Upgrading release to 0.2.0
Release $APP:0.2.0 is already unpacked!
cp: cannot create regular file '/var/www/$APP/releases/0.2.0/vm.args': Permission denied
我认为是因为我在LINK_VM_ARGS=/etc/$APP/vm.args
中使用了.edeliver/config
选项。我已经检查了这一点,并且部署用户拥有所有必需的权限。
当我做mix edeliver update
时,我完全不会收到错误。