pulibrary / tiger-data-app

TigerData is a comprehensive set of data storage and management tools and services that provides storage capacity, reliability, functionality, and performance to meet the needs of a rapidly changing research landscape and to enable new opportunities for leveraging the power of institutional data.
Apache License 2.0
6 stars 0 forks source link

Implement Capistrano tasks for managing MediaFlux resources from within the staging, QA, and production environments #739

Open jrgriffiniii opened 1 month ago

jrgriffiniii commented 1 month ago

Currently, Rake tasks such as the following require that users authenticate and access the server environment in order to explicitly invoke bundle exec rake: https://github.com/pulibrary/tiger-data-app/blob/main/lib/tasks/cleanup.rake#L4

Perhaps there should be Capistrano tasks which concurrently invoke this for multiple server environments?