nomad v0.7.1
Mix.Tasks.Nomad.Deploy
Task for automatically deploying production releases of Elixir and
Phoenix applications to remote hosts. This task is mainly targeted at cloud
hosts like Amazon EC2 instances or Google Compute Engine instances, but will
work with any UNIX remote machine.
The deployment is done through SSH and it follows the officials guidelines at
www.phoenixframework.org.
Summary
Deploy the application in the current project’s directory.
Arguments must be in order:
: Required - the remote host hostname or IP address
: Required - the port for the production application
: Required - the username to use to access the remote host
: Required - the SSH Key for accessing the remote host,
The whole path to the .pub file must be passed.
<-f> : Optional - bypass all the questions during deployment
Functions
Deploy the application in the current project’s directory.
Arguments must be in order:
: Required - the remote host hostname or IP address
: Required - the port for the production application
: Required - the username to use to access the remote host
: Required - the SSH Key for accessing the remote host,
The whole path to the .pub file must be passed.
<-f> : Optional - bypass all the questions during deployment