possibility of defining a repo and a branch for each project individually #1119
-
Hi, is it possible to have a way to define a repo for each project ? and a branch to push the files to? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
From what I can see inside the application.properties: https://github.com/apache/camel-karavan/blob/main/karavan-web/karavan-app/src/main/resources/application.properties:
you could choose a branch, but all inside same repo. Each project would be a folder inside that repo, but you could eventually have different branches for different environments, for example. |
Beta Was this translation helpful? Give feedback.
-
Thanks @arheom @samar-elsayed you could configure only one repository for Karavan instance. |
Beta Was this translation helpful? Give feedback.
Thanks @arheom
@samar-elsayed you could configure only one repository for Karavan instance.