I am currently using edeliver to create releases for both a staging and production server. However upon trying to use either the version or ping command the response is “Node invoyer@127.0.0.1 is not running!”.
This is the same message received when running either commands for both prod and staging. The interesting piece is that prod does have a version currently running and staging will never start even after using multiple build commands.
Upon request I can provide more information if relevant information is missing.
Environment variables are as such:
Erlang/OTP 21 [erts-10.0] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [hipe]
Elixir 1.6.6 (compiled with OTP 19)
Follows is the command output:
mix edeliver version staging
**EDELIVER INVOYER WITH VERSION COMMAND**
-----> **getting release versions from staging servers**
**staging** node:
user : invoyer
host : staging.invoyer.io
path : /home/invoyer/www
response: **Node invoyer@127.0.0.1 is not running!**
**VERSION DONE!**
mix edeliver version staging
**EDELIVER INVOYER WITH VERSION COMMAND**
-----> **getting release versions from staging servers**
**staging** node:
user : invoyer
host : staging.invoyer.io
path : /home/invoyer/www
response: **Node invoyer@127.0.0.1 is not running!**
**VERSION DONE!**