sciencehistory / export_archivesspace_xml

Export our archivesspace EADs to S3.
Other
0 stars 0 forks source link

Prune unneeded files and document #12

Closed eddierubeiz closed 2 years ago

eddierubeiz commented 2 years ago

Ref #6 I also made some changes to the structure of the code (per @jrochkind 's suggestions) which will require a change to the scheduler task Before: $ bin/proximo ruby run.rb && curl https://api.honeybadger.io/v1/check_in/OaIlNl &> /dev/null After: $ bin/proximo bundle exec ruby run.rb && curl https://api.honeybadger.io/v1/check_in/OaIlNl &> /dev/null