Commit de5c8601 authored by Martin Bastien's avatar Martin Bastien

Fix invalid task name migrate_global_keys

parent 8b1d44f7
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment