Commonly we get questions such as:
I’ve partially added one Git integration. However, I’m getting the impression there is only one git integration per environment; I can’t have two integrations and serve them in the same environment. Is this correct?
You can only have one git integration per project.
If you’re looking to integrate code from multiple repositories, such as a front end and a backend, this can be achieved with you can use Git Submodules.
If you want to trigger builds from updates to the submodules, this can potentially be done via GitHub Actions, but you will need to add an API Token. Then add the token to your Github repository secrets, and make sure the secret / variable is named UPSUN_CLI_TOKEN.
Comments
Please sign in to leave a comment.