From 33cb1687aefc5c6510391e73fd0cb9d3d2728c67 Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 27 Dec 2015 00:09:59 +0100 Subject: [PATCH] Quick correction for git deploy --- deploy/before_restart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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