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
Currently, the release pipeline has a (large) limitation where both the stage and production databases are updated during a release. This breaks the stage -> production promotion model, and is a blocker.
Currently exploring the best way to tackle this. To disable, simply comment the update-production-database job in the release.yml workflow to disable the production database update on release.
Currently, the release pipeline has a (large) limitation where both the stage and production databases are updated during a release. This breaks the stage -> production promotion model, and is a blocker.
Currently exploring the best way to tackle this. To disable, simply comment the
update-production-database
job in therelease.yml
workflow to disable the production database update on release.cc: @samisa-abeysinghe
The text was updated successfully, but these errors were encountered: