UCSCLibrary / ucsc-library-digital-collections

A rails app based on Hyrax to be used as a repository for UCSC library digital collections.
1 stars 2 forks source link

Fix permissions issues in deployment pipeline. #663

Closed rschwab closed 1 year ago

rschwab commented 1 year ago
  1. Adds the application volume back to docker-compose to enable development without rebuilds.
  2. Fixes the permissions issues in deployment by manually updating them in the Jenkinsfile.
  3. Breaks shell commands into multiple lines for easier reading.
  4. Removes branch variable from most commands now that docker-compose no longer requires it.