Skip to content

Commit

Permalink
Updating deployment recipe, path to db for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
bidsync committed Sep 17, 2009
1 parent 0b77e87 commit 6a433e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -58,7 +58,7 @@

desc "Create the db tables"
task :create, :roles => :db do
run "thor db:create" # create the db folder if it doesn't exist
run "cd #{current_release}; thor db:create" # create the db folder if it doesn't exist
end

desc "Drop the db tables"
Expand Down

0 comments on commit 6a433e0

Please sign in to comment.