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

staging -> prod #466

Merged
merged 6 commits into from
Nov 1, 2019
Merged

staging -> prod #466

merged 6 commits into from
Nov 1, 2019

Conversation

tjcrone
Copy link
Contributor

@tjcrone tjcrone commented Oct 29, 2019

Ready to bring prod up to staging.

@tjcrone
Copy link
Contributor Author

tjcrone commented Oct 29, 2019

@yuvipanda, at the Pangeo meeting we discussed potential ways of automatically keeping prod up to date with staging. Can you please refresh my memory regarding your thoughts on how to best do this? Is this something I can help with?

@yuvipanda
Copy link
Member

@tjcrone a few ways to do it:

  1. The mybinder.org way - have automated tests that we are confident in. This way, we deploy to staging, run tests, and automatically promote.
  2. Have each PR spin up its own 'staging' cluster that is short lived to test in. Merges then just merge to prod. No general 'staging' branch
  3. Have a bot that automatically makes a staging -> prod PR after each PR gets merged, and bugs the people who made the staging merges to merge it. You can also have it auto-revert staging PRs after a while if you wanna enforce it, but this is probably better handled with social norms than with a bot.

(2) is my ideal!

@tjcrone tjcrone merged commit a65efa5 into prod Nov 1, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants