Skip to content

Instantly share code, notes, and snippets.

@jaisingh
Created August 7, 2014 18:09
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 jaisingh/22152cc1870269ee23c0 to your computer and use it in GitHub Desktop.
Save jaisingh/22152cc1870269ee23c0 to your computer and use it in GitHub Desktop.
example-ruby-sinatra (master)]$ git push deis master
Counting objects: 102, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (53/53), done.
Writing objects: 100% (102/102), 22.19 KiB | 0 bytes/s, done.
Total 102 (delta 43), reused 102 (delta 43)
-----> Ruby app detected
-----> Compiling Ruby/Rack
-----> Using Ruby version: ruby-1.9.3
-----> Installing dependencies using 1.6.3
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from http://rubygems.org/..........
Fetching additional metadata from http://rubygems.org/..
Using bundler 1.6.3
Installing rack 1.5.2
Installing rack-protection 1.5.0
Installing tilt 1.3.6
Installing sinatra 1.4.2
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (4.22s)
Cleaning up the bundler cache.
-----> Discovering process types
Procfile declares types -> web
Default process types for Ruby -> rake, console, web
-----> Compiled slug size is 12M
remote: -----> Building Docker image
remote: Sending build context to Docker daemon 11.77 MB
remote: Sending build context to Docker daemon
remote: Step 0 : FROM deis/slugrunner
remote: ---> f607bc8783a5
remote: Step 1 : RUN mkdir -p /app
remote: ---> Running in ccb24199d64e
remote: ---> 4002be393a70
remote: Removing intermediate container ccb24199d64e
remote: Step 2 : ADD slug.tgz /app
remote: ---> becf641942e7
remote: Removing intermediate container 78badb6ce513
remote: Step 3 : ENTRYPOINT ["/runner/init"]
remote: ---> Running in 9b844c78d215
remote: ---> 103d4acf5e67
remote: Removing intermediate container 9b844c78d215
remote: Successfully built 103d4acf5e67
remote: -----> Pushing image to private registry
remote:
remote: Launching... done, v2
remote:
remote: -----> ruby deployed to Deis
remote: http://ruby.local.deisapp.com
remote:
remote: To learn more, use `deis help` or visit http://deis.io
remote:
To ssh://git@deis.local.deisapp.com:2222/ruby.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment