Quick correction for git deploy

recurrent
echarp 7 years ago
parent 4065a73a26
commit 33cb1687ae

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

Loading…
Cancel
Save