R
Railway•2mo ago
rpuls

Deploying template doesn't let me define source repo, or set "priavte repository" anymore?

The screenshot with the red arrows is from a few weeks ago. The other one is from today. Did something in Railway change, or How can I connect my railway project to github then? To get continuos integreation with automated build pipline when pushing to git?
No description
No description
Solution:
yes this has changed, I would highly recommend reading the changelogs railway puts out every Friday. by default railway will no longer clone the GitHub repo into the users account, the user has to manually eject from the template by clicking the eject button in the service settings of the deployed template...
Jump to solution
9 Replies
Percy
Percy•2mo ago
Project ID: 79eee729-4af7-40c7-9e9b-74ed3f5648b5
rpuls
rpuls•2mo ago
79eee729-4af7-40c7-9e9b-74ed3f5648b5
Solution
Brody
Brody•2mo ago
yes this has changed, I would highly recommend reading the changelogs railway puts out every Friday. by default railway will no longer clone the GitHub repo into the users account, the user has to manually eject from the template by clicking the eject button in the service settings of the deployed template
rpuls
rpuls•2mo ago
Hello Brody. Where can I find the changelog? And how do i eject? Would that be the "disconnect" button on the "source repo" ? How do I then connect it to my own repository after ejecting, so I can deploy changes by pushing to git?
Brody
Brody•2mo ago
changelogs here - https://railway.app/changelog enable the eject feature here - https://railway.app/account/feature-flags
rpuls
rpuls•2mo ago
Thanks man! 😉 have a nice friday
Brody
Brody•2mo ago
you too
rpuls
rpuls•2mo ago
Argh.. this is unfortunate. when ejecting two services from the same upstream repo, they are put into two seperate cloned repos instead of a monorepository :/
Brody
Brody•2mo ago
interesting