Я следовал руководству, предоставленному в документации, но я думаю, что у меня проблема с моей версией узла при попытке развернуть приложение Phoenix с помощью distillery. Я получаю следующую ошибку:
remote: Node 10.16.3
Will export the following config vars:
APP_NAME
DATABASE_URL
LIBCLUSTER_KUBERNETES_NODE_BASENAME
LIBCLUSTER_KUBERNETES_SELECTOR
POOL_SIZE
PORT
SECRET_KEY_BASE
SOURCE_VERSION
* MIX_ENV=prod
-----> Installing binaries
clean_cache option set to true.
Cleaning out cache contents
remote: ...
remote: ...
remote: mv: cannot stat ‘/tmp/node-v10.16.3\r-linux-x64/*’: No such file or directory
remote: Deploy aborted
To https://git.gigalixir.com/alienated-neglected-asiansmallclawedotter.git/
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.gigalixir.com/alienated-neglected-asiansmallclawedotter.git/
Есть идеи?