aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorent Peyraud2017-07-11 10:48:10 +0200
committerFlorent Peyraud2017-07-11 10:48:10 +0200
commit485adab2f70fb071f936bb32f05fe6e0f88b6231 (patch)
treebc0590b79652fb494e202b201724e4a08c9610d9 /lib
parent24977a51e49a3d88cf36d1fd71e2ddc51c4ec6e5 (diff)
downloadchouette-core-485adab2f70fb071f936bb32f05fe6e0f88b6231.tar.bz2
update install scripts and tasks
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/install.rake1
1 files changed, 1 insertions, 0 deletions
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}"