Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #32 from tapajos/patch-4
Browse files Browse the repository at this point in the history
Remove sample output.
  • Loading branch information
Gabe Berke-Williams committed Sep 7, 2011
2 parents 9fbae5e + f1575dd commit 4d2b13e
Showing 1 changed file with 0 additions and 81 deletions.
81 changes: 0 additions & 81 deletions README.md
Expand Up @@ -55,87 +55,6 @@ Yes. To indicate that a particular app is using Cedar, run with the -c flag:

bundle exec kumade bamboo -c

## Sample Output

### Normal mode

$ bundle exec kumade heroku-staging
==> Deploying to: heroku-staging
==> heroku-staging is a Heroku remote
==> Git repo is clean
/Users/gabe/.rvm/rubies/ree-1.8.7-2011.03/bin/ruby -S bundle exec rspec [blah blah]
....
rake output removed
...
==> Rake passed
==> Packaged assets with Jammit
==> + git add /Users/gabe/thoughtbot/sushi/public/assets && git commit -m 'Assets'
[master bc8932b] Assets
4 files changed, 0 insertions(+), 0 deletions(-)
==> - true
==> Added and committed all assets
==> + git push origin master
Counting objects: 15, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 639 bytes, done.
Total 8 (delta 7), reused 0 (delta 0)
To git@github.com:sushi/sushi.git
a465afd..bc8932b master -> master
==> - true
==> Pushed master -> origin
==> + git push -f heroku-staging master
Counting objects: 15, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 639 bytes, done.
Total 8 (delta 7), reused 0 (delta 0)

-----> Heroku receiving push
-----> Rails app detected
-----> Detected Rails is not set to serve static_assets
Installing rails3_serve_static_assets... done
-----> Configure Rails 3 to disable x-sendfile
Installing rails3_disable_x_sendfile... done
-----> Configure Rails to log to stdout
Installing rails_log_stdout... done
-----> Gemfile detected, running Bundler version 1.0.7
All dependencies are satisfied
-----> Compiled slug size is 65.5MB
-----> Launching... done, v172
http://staging-sushi.heroku.com deployed to Heroku

To git@heroku.com:staging-sushi.git
a465afd..bc8932b master -> master
==> - true
==> Pushed master -> heroku-staging
==> + bundle exec heroku rake db:migrate --remote staging-sushi
... Postgres output removed ...
==> - false
==> Migrated staging-sushi
==> Deployed to: heroku-staging

### Pretend mode

$ kumade heroku-staging -p
==> In Pretend Mode
==> Deploying to: heroku-staging
==> heroku-staging is a Heroku remote
==> Git repo is clean
==> Rake passed
==> Packaged assets with Jammit
==> Pushed master -> origin
==> Pushed master -> heroku-staging
==> Migrated staging-sushi
==> Deployed to: heroku-staging

### Pretend Mode with a non-Heroku remote

$ bundle exec kumade origin -p
==> In Pretend Mode
==> Deploying to: origin
==> ! Cannot deploy: "origin" remote does not point to Heroku

## Compatibility

Tested against:
Expand Down

0 comments on commit 4d2b13e

Please sign in to comment.