Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pghodgman committed Sep 16, 2013
1 parent 42c77c9 commit a3a5484
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
libv8 (3.11.8.17)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand Down Expand Up @@ -101,8 +101,8 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.8)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
thor (0.18.1)
thread_safe (0.1.3)
Expand Down
4 changes: 3 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@
end

end
before "deploy:restart", "bundle:update"

before 'deploy:assets:precompile', 'bundle:install'
before "deploy:restart", "bundle:install"

after 'deploy:update_code', 'bundle:install'
after 'deploy:update_code', 'deploy:migrate'
set :keep_releases, 10
after "deploy:restart", "deploy:cleanup"
Expand Down

0 comments on commit a3a5484

Please sign in to comment.