We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The clearinghouse codebase still uses a separate CH deployment/update script. We should retire this script, and move to a workflow that relies solely on the Seattle buildscripts and Git. The high-level plan would be something like this:
When you set up the CH, you'd
website/settings.py
Now when the CH or its Seattle dependencies are updated (see also #150),
DEPENDENCIES
git pull
AFAICT, this should be a clean buildscript compatible way to update a deployed clearinghouse. Comments welcome!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The clearinghouse codebase still uses a separate CH deployment/update script. We should retire this script, and move to a workflow that relies solely on the Seattle buildscripts and Git. The high-level plan would be something like this:
When you set up the CH, you'd
website/settings.py
etc.),Now when the CH or its Seattle dependencies are updated (see also #150),
DEPENDENCIES
dir,git pull
whatever changes to the codebase; merge them as required,AFAICT, this should be a clean buildscript compatible way to update a deployed clearinghouse. Comments welcome!
The text was updated successfully, but these errors were encountered: