Skip to content

Better documentation for setup workflow #70

Answered by rhamzeh
neeraj-ec asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @neeraj-ec

Fellow contributors will provide a more in depth answer, but to give you a quick summary.

How you are thinking about it is mostly right in terms of deploying the model and testing it in a separate process.

We generally recommend you run and test your model (preferably in a CI job separate from your backend deployment) and you only merge to main once the tests have passed.

Once merged to main, you can then update your backend with the newly generated authorization model ID through whatever configuration management system works best for you.

One thing to note is: In production, you will not be constantly creating a new store - you will create the store once and update the mode…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by neeraj-ec
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants