diff options
| author | Alban Peignier | 2016-05-04 16:24:09 +0200 |
|---|---|---|
| committer | Alban Peignier | 2016-05-04 16:24:09 +0200 |
| commit | 2db814880ad4aaf512b72b7527b0a41a3f781c37 (patch) | |
| tree | 417185e4fd99b162c09b82f6d0fdb083d848a4bb /lib/tasks/ci.rake | |
| parent | 84dad3d53cc9ee0f237c5065314de00b1b0c7e5e (diff) | |
| download | chouette-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.rake | 2 |
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" |
