aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/install.rake
diff options
context:
space:
mode:
authorLuc Donnet2017-07-12 09:17:43 +0200
committerLuc Donnet2017-07-12 09:17:43 +0200
commit3ef09ffa403dd253c19537bd3d477357d85bfa3d (patch)
tree99a6af3ba185560790caeab2529bebd1fdba33c7 /lib/tasks/install.rake
parentcd813e7397269bcc2709178f9fd23fe2b986502a (diff)
parent6e7b7619abc40a943a416286c0487c3589c11f3f (diff)
downloadchouette-core-3ef09ffa403dd253c19537bd3d477357d85bfa3d.tar.bz2
Merge branch 'staging' of github.com:AF83/stif-boiv into staging
Diffstat (limited to 'lib/tasks/install.rake')
-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}"