Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created May 20, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/33be2882e68e6bba89c4b91ae62db848 to your computer and use it in GitHub Desktop.
Save bcardarella/33be2882e68e6bba89c4b91ae62db848 to your computer and use it in GitHub Desktop.
➜ dockyard-api git:(releases/v5.0) mix edeliver build release --to=v5.0.1
warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
/Users/bcardarella/Dropbox/projects/dockyard-api/deps/courier/mix.exs:13
BUILDING RELEASE OF DOCKYARD APP ON BUILD HOST
-----> Authorizing hosts
-----> Ensuring hosts are ready to accept git pushes
-----> Pushing new commits with git to: build@production.dockyard.com
-----> Resetting remote hosts to 7b3bcb9fd27ce67fe13b3361e09056f8b631d555
-----> Cleaning generated files from last build
-----> Fetching / Updating dependencies
-----> Compiling sources
-----> Detecting exrm version
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
/tmp/elixir/dockyard-api/builds/deps/courier/mix.exs:13
-----> Generating release
-----> Copying release 5.0.0 to local release store
-----> Copying dockyard.tar.gz to release store
RELEASE BUILD OF DOCKYARD WAS SUCCESSFUL!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment