Skip to content

Commit

Permalink
Update ODC migration command to enqueue jobs on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Jul 23, 2013
1 parent 3aeff9d commit a57893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/certificate.rb
Expand Up @@ -7,7 +7,7 @@
'mysql_db' => 'certificate',
'memcached_node' => 'certificate',
'git_project' => 'open-data-certificate',
'migration_command' => 'bundle exec rake db:migrate ; bundle exec rake surveyor:build_changed_surveys',
'migration_command' => 'bundle exec rake db:migrate ; bundle exec rake surveyor:enqueue_surveys; bundle exec rake cache:clear',
'nginx' => {
'force_ssl' => true,
'301_redirects' => [
Expand Down

0 comments on commit a57893a

Please sign in to comment.