summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/deployment.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/deployment.rake b/lib/tasks/deployment.rake
index 3af04967..8e884e54 100644
--- a/lib/tasks/deployment.rake
+++ b/lib/tasks/deployment.rake
@@ -8,6 +8,7 @@ namespace :deploy do
task :production, :tag do |t, args|
tag_to_deploy = args.tag
if tag_to_deploy.blank?
+ sh "rake assets:precompile"
sh "cap production deploy:migrations"
else
puts "deploying to production from tag #{tag_to_deploy}"