Replies: 1 comment
-
|
But, why would they not just use a git provider directly to do the same thing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Agents should not be stored in db. Neither should any components. Too much of a liability. It is best if we repo everything and offload to whatever git provider the user uses, since it eases version control and release process as well.
This will be quite simple to do, agent creation just initialises a repo locally and you can set up a remote upstream and push it to there.
Beta Was this translation helpful? Give feedback.
All reactions