aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/ci.rake
diff options
context:
space:
mode:
authorAlban Peignier2016-05-04 16:24:09 +0200
committerAlban Peignier2016-05-04 16:24:09 +0200
commit2db814880ad4aaf512b72b7527b0a41a3f781c37 (patch)
tree417185e4fd99b162c09b82f6d0fdb083d848a4bb /lib/tasks/ci.rake
parent84dad3d53cc9ee0f237c5065314de00b1b0c7e5e (diff)
downloadchouette-core-2db814880ad4aaf512b72b7527b0a41a3f781c37.tar.bz2
Run deploy:seed in ci:deploy. Refs #828
Diffstat (limited to 'lib/tasks/ci.rake')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index bf9d3840f..4611877c4 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -23,7 +23,7 @@ namespace :ci do
desc "Deploy after CI"
task :deploy do
- sh "cap #{deploy_env} deploy"
+ sh "cap #{deploy_env} deploy deploy:seed"
end
desc "Clean test files"