https://dagster.io/ logo
#dagster-cloud
Title
# dagster-cloud
k

Kevin Otte

01/30/2023, 2:58 AM
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

daniel

01/30/2023, 3:00 AM
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

Kevin Otte

01/30/2023, 1:54 PM
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

daniel

01/30/2023, 2:44 PM
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)