Merge pull request #4547 from yuters/patch-4

Fix invalid task name migrate_global_keys
This commit is contained in:
Yves Senn
2013-07-13 02:38:35 -07:00
+1 -1
View File
@@ -36,7 +36,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_global_keys RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
```