From fed719169abc0b230d1c7b09c579cbfb30f8bc00 Mon Sep 17 00:00:00 2001 From: Kate Pechekhonova Date: Wed, 14 Sep 2016 22:57:53 -0400 Subject: [PATCH 1/2] Added David Wojnarowicz Papers --- config/deploy.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 91b693b6..fa0e163c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -194,7 +194,8 @@ run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"The Real Rosie the Riveter\",'Y']" run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"Spatial Data Repository\",'Y']" run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"Voices of the Food Revolution\",'Y']" - run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"Jennifer Vinopal Collection\",'Y']" + run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"David Wojnarowicz Papers\",'Y']" + run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"\",'Y']" end task :delete_all_collections do run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:delete_collections" From cd21f93d032ef57337a0ce8e50537c08dd11b298 Mon Sep 17 00:00:00 2001 From: Kate Pechekhonova Date: Wed, 14 Sep 2016 23:00:12 -0400 Subject: [PATCH 2/2] Fixed typo in name --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index fa0e163c..7c52ca7a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -195,7 +195,7 @@ run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"Spatial Data Repository\",'Y']" run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"Voices of the Food Revolution\",'Y']" run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"David Wojnarowicz Papers\",'Y']" - run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"\",'Y']" + run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:create_collection[\"Jennifer Vinopal Collection\",'Y']" end task :delete_all_collections do run "cd #{current_path}; RAILS_ENV=#{rails_env} bundle exec rake ichabod:delete_collections"