diff options
| author | Alban Peignier | 2016-05-04 17:35:17 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2016-05-04 17:35:17 +0200 | 
| commit | 5738eb19462f489b541f38f86b449c4c2b0e6e66 (patch) | |
| tree | f354da70a341c224de8536d658014c1f17887a0e /lib/tasks/ci.rake | |
| parent | 2db814880ad4aaf512b72b7527b0a41a3f781c37 (diff) | |
| download | chouette-core-5738eb19462f489b541f38f86b449c4c2b0e6e66.tar.bz2 | |
Run deploy:migrations 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 4611877c4..beb3b19d1 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 deploy:seed" +    sh "cap #{deploy_env} deploy:migrations deploy:seed"    end    desc "Clean test files" | 
