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

feat: blue-green deployment #69

Open
devthejo opened this issue Oct 29, 2022 · 1 comment
Open

feat: blue-green deployment #69

devthejo opened this issue Oct 29, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@devthejo
Copy link
Member

devthejo commented Oct 29, 2022

Éviter d'avoir des anciennes APIs exposées en même temps que les nouvelles, problèmes posés : API incompatible avec une migration effectuée, frontend incompatible avec l'API, etc.

Implémentation avancée : peut également permettre de tester la nouvelle version alors que l'ancienne version est encore exposée.

@matmut7 matmut7 added this to the paradise milestone Nov 28, 2022
@matmut7 matmut7 added the enhancement New feature or request label Nov 28, 2022
@devthejo
Copy link
Member Author

devthejo commented Dec 1, 2022

patch metavalues:
~blue-green: true
~blue-green-step: 1
~blue-green-autoswitch: true

patch plugin options:
all: default (false)

pre-deploy:
auto-switch

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

No branches or pull requests

2 participants