I did a template project for cloud just to test it...
# dagster-plus
k
I did a template project for cloud just to test it out. Now, I wanna import my own thing - can't find how to add another connection or remove this one. any tips?
d
Hey Kevin - If you press the "Deployment" button at the top of the UI then "Code Locations", you can add an additional code location with the "Add code location" button on the right, which will put you through the same flow where you select a template / github repository / etc.
k
thanks!
if I want to import a preexisting repo, where does the yml file need to go? I had committed and merged a template but see this
d
Typically that would go in the top-level folder of the git repo (that’s the default location that the GitHub action will look in)