10 months ago
Hi, I am going to leave the company I was working for and I have my personal GitHub account linked the railway account, if I remove the link, will it affect negatively already deployed services ?
and can they still access to the source code of the deployed services ?
The repository is private.
6 Replies
10 months ago
Do they have access to the GitHub repo in question?
10 months ago
Then they will have issues, you'd want to transfer the repo to them, or let them fork it, so that they can update the service sources.
10 months ago
Had to go through this once. Best solution is take time to duplicate your repo into one they own i believe by copying over everything but the .git folder.
Then transfer the running service to use their repo and you are safe to pull
10 months ago
Shoot me a DM if you run into any complexities happy to help.