Skip to content

Commit

Permalink
Fixing initial app setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Crocker committed Nov 8, 2010
1 parent 7e25252 commit 3249f37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/heroku/rails/tasks.rb
Expand Up @@ -121,8 +121,8 @@ def system_with_echo(*args)
namespace :setup do

desc "Creates the apps on Heroku"
task :create_apps do
HEROKU_RUNNER.create_apps
task :apps do
HEROKU_RUNNER.setup_apps
end

desc "Setup the Heroku stacks from heroku.yml config"
Expand Down Expand Up @@ -153,6 +153,7 @@ def system_with_echo(*args)

desc "Setup Heroku deploy environment from heroku.yml config"
task :setup => [
"heroku:setup:apps",
"heroku:setup:stacks",
"heroku:setup:collaborators",
"heroku:setup:config",
Expand Down

0 comments on commit 3249f37

Please sign in to comment.