Skip to content

Commit

Permalink
my com
Browse files Browse the repository at this point in the history
  • Loading branch information
mpospelov committed Apr 25, 2012
1 parent 92e8f04 commit ae5926b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified config/.deploy.rb.swo
Binary file not shown.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
end
namespace :deploy do
task :start do
run "cd #{deploy_to}/current && RAILS_ENV=development bundle exec rails s -p 3003 -d"
run "cd #{deploy_to}/current && RAILS_ENV=production bundle exec rails s -p 3003 -d"
end
task :stop do ; end
task :restart, :roles => :app, :except => { :no_release => true } do
Expand Down

0 comments on commit ae5926b

Please sign in to comment.