From 485adab2f70fb071f936bb32f05fe6e0f88b6231 Mon Sep 17 00:00:00 2001 From: Florent Peyraud Date: Tue, 11 Jul 2017 10:48:10 +0200 Subject: update install scripts and tasks --- lib/tasks/install.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tasks/install.rake') diff --git a/lib/tasks/install.rake b/lib/tasks/install.rake index 5e41fa2af..ccc6f2450 100644 --- a/lib/tasks/install.rake +++ b/lib/tasks/install.rake @@ -10,6 +10,7 @@ task :package do sh "bundle exec rake assets:clobber RAILS_ENV=production" sh "bundle exec rake assets:precompile RAILS_ENV=production" sh "tar -rf tmp/package/stif-boiv-release-#{release_name}.tar vendor/cache" + sh "tar -rf tmp/package/stif-boiv-release-#{release_name}.tar public/assets" %w{deploy-helper.sh README sidekiq-stif-boiv.service stif-boiv.conf stif-boiv-setup.sh template-stif-boiv.sql}.each do |f| cp "install/#{f}", "tmp/package/#{f}" -- cgit v1.2.3