Skip to content

Commit

Permalink
Merge pull request #3857 from consul/rvm_updating
Browse files Browse the repository at this point in the history
Update Ruby after `deploy:updating`
  • Loading branch information
javierm committed Nov 17, 2019
2 parents 81cf163 + 6b5d25b commit 815a080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def deploysecret(key)
namespace :deploy do
Rake::Task["puma:check"].clear_actions

before :starting, "rvm1:install:rvm"
before :starting, "rvm1:install:ruby"
before :starting, "install_bundler_gem"
after :updating, "rvm1:install:rvm"
after :updating, "rvm1:install:ruby"
after :updating, "install_bundler_gem"
before "deploy:migrate", "remove_local_census_records_duplicates"

after "deploy:migrate", "add_new_settings"
Expand Down

0 comments on commit 815a080

Please sign in to comment.