Quick correction for git deploy

This commit is contained in:
echarp 2015-12-27 00:09:59 +01:00
parent 4065a73a26
commit 33cb1687ae
1 changed files with 1 additions and 1 deletions

View File

@ -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