Skip to content

Commit

Permalink
uses master branch for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Ramezanian committed Jun 1, 2013
1 parent 9486a0d commit 187694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

set :scm, "git"
set :repository, "https://github.com/jnaqsh/#{application}.git"
set :branch, "wip"
set :branch, "master"

set :rails_env, "production" #added for delayed job

Expand Down

0 comments on commit 187694e

Please sign in to comment.