Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out automatic deployments, or inclusion in other mass deployments #167

Open
jmartin-sul opened this issue Apr 5, 2023 · 0 comments

Comments

@jmartin-sul
Copy link
Contributor

DLSS doesn't currently have a consistent and widely used approach for automatically deploying docker images, because we don't have many projects that use Docker for deployment (most of our Docker use is for local development).

our current tool for mass deployment after weekly dependency updates, https://github.com/sul-dlss/sdr-deploy/, is very tailored to projects that use Ruby's Capistrano gem for deploying to on prem VMs.

maybe one option would be to do something similar to sinopia_editor, where tagged releases are deployed automatically to prod (since we only create tags manually for things we're ready to release), and all updates to main are deployed to dev. something in between full on continuous deployment, and manually triggered deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant