Skip to content

Instantly share code, notes, and snippets.

@knewter
Created August 26, 2013 03:31
Show Gist options
  • Save knewter/6337911 to your computer and use it in GitHub Desktop.
Save knewter/6337911 to your computer and use it in GitHub Desktop.
--(jadams@jibbajabba)-(190/pts/7)-(2229/25-Aug-13)--
--($:~/erlang/chromechat)(master)ruby-2.0.0-p0--
$ git push jadams master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 279 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
-----> Building chromechat ...
remote: WARNING: IPv4 forwarding is disabled.
remote: WARNING: IPv4 forwarding is disabled.
Erlang app detected
-----> Using Erlang/OTP OTP_R16B01
-------> Fetching Erlang/OTP OTP_R16B01
-------> Unpacking Erlang/OTP OTP_R16B01
-------> Installing Erlang/OTP OTP_R16B01
-----> Installing Rebar from buildpack
-----> Building with Rebar
==> app (get-deps)
Pulling cowboy from {git,"https://github.com/extend/cowboy.git",
{branch,"master"}}
Cloning into 'cowboy'...
Pulling ranch from {git,"https://github.com/extend/ranch.git",
{branch,"master"}}
Cloning into 'ranch'...
==> ranch (get-deps)
==> cowboy (get-deps)
==> ranch (compile)
Compiled src/ranch_transport.erl
Compiled src/ranch_protocol.erl
Compiled src/ranch_sup.erl
Compiled src/ranch_app.erl
Compiled src/ranch_acceptors_sup.erl
Compiled src/ranch_listener_sup.erl
Compiled src/ranch_tcp.erl
Compiled src/ranch_server.erl
Compiled src/ranch_acceptor.erl
Compiled src/ranch_conns_sup.erl
Compiled src/ranch_ssl.erl
Compiled src/ranch.erl
==> cowboy (compile)
Compiled src/cowboy_websocket_handler.erl
Compiled src/cowboy_loop_handler.erl
Compiled src/cowboy_middleware.erl
Compiled src/cowboy_http_handler.erl
Compiled src/cowboy_sub_protocol.erl
Compiled src/cowboy_handler.erl
Compiled src/cowboy_client.erl
Compiled src/cowboy_app.erl
Compiled src/cowboy_spdy.erl
Compiled src/cowboy_static.erl
Compiled src/cowboy_bstr.erl
Compiled src/cowboy_sup.erl
Compiled src/cowboy_clock.erl
Compiled src/cowboy_websocket.erl
Compiled src/cowboy.erl
Compiled src/cowboy_protocol.erl
Compiled src/cowboy_router.erl
Compiled src/cowboy_multipart.erl
Compiled src/cowboy_rest.erl
Compiled src/cowboy_http.erl
Compiled src/cowboy_req.erl
==> app (compile)
Compiled src/chromechat.erl
Compiled src/toppage_handler.erl
Compiled src/chromechat_sup.erl
Compiled src/chromechat_app.erl
Compiled src/chatserver.erl
Compiled src/ws_handler.erl
-----> Build succeeded
-----> Discovering process types
Procfile declares types -> web
-----> Build complete!
-----> Releasing chromechat ...
remote: WARNING: IPv4 forwarding is disabled.
-----> Release complete!
-----> Deploying chromechat ...
remote: WARNING: IPv4 forwarding is disabled.
-----> Deploy complete!
-----> Cleaning up ...
-----> Cleanup complete!
=====> Application deployed:
http://chromechat.isotopecloud.com
To [email protected]:chromechat
ebd935f..e6af141 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment