You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @rgaiacs for this great overview :)
We, GESIS, should be flexible wrt the implementation. The unavoidable limitation is VPN and staff only access. All in all I'd love if we can keep this as simple (and maintainable) as possible. Everything that helps to that end is usually a 👍
Seems fine to me! Would you mind holding off until I've finished with #2698 (and the inevitably many follow-ups) before making changes to the shared files?
Change GESIS deployment as discussed at the first post will contribute to avoid cryptnono/cryptnono#8 and similar issues where a new file is created and the my update script silence fails.
Curvenote is now officially added! There'll probably be some more tweaks but hopefully nothing major, so if you haven't already feel free to make any changes you need for GESIS.
During JupyterCon 2023, @yuvipanda asked me if I could move the deployment of the GESIS node to https://github.com/jupyterhub/mybinder.org-deploy. I mentioned that we were running things a bit different and were uncertain of how to bring the GESIS deployment to https://github.com/jupyterhub/mybinder.org-deploy. Yesterday, @arnim and I were talking and we concluded that we should bring this conversation up again and let all the contributors to share the thoughts.
OVH deployment vs GESIS deployment
git-crypt
/
/binder/
GESIS Helm Chart upgrade workflow
To keep GESIS
binderhub
version in sync with mybinder.org, we are doing the followAt the moment, this workflows implementation is not capable of update files in the
secret
folders.Proposed new workflow
The previous steps are replaced with
git fetch
es https://github.com/jupyterhub/mybinder.org-deploy, validates (verifies digital signature) changes to GESIS specific files, andgit merge
s changesgit merge
triggers a new deploymentThis new workflow requires
.gitlab-ci.yml
This files could be kept in a separate branch.
@arnim @minrk @yuvipanda @manics what do you think?
The text was updated successfully, but these errors were encountered: