diff --git a/deploy/before_restart b/deploy/before_restart index ea321986..7b0a4739 100755 --- a/deploy/before_restart +++ b/deploy/before_restart @@ -27,7 +27,7 @@ if File.file? 'Rakefile' run "#{rake_cmd} db:migrate RAILS_ENV=#{RAILS_ENV}" run "#{rake_cmd} db:migrate RAILS_ENV=#{RAILS_ENV}_be" run "#{rake_cmd} db:migrate RAILS_ENV=#{RAILS_ENV}_ch" - run "#{rake_cmd} db:migrate RAILS_ENV=#{RAILS_ENV}_commun" + run "#{rake_cmd} db:migrate RAILS_ENV=#{RAILS_ENV}_communs" end # precompile assets