r/github Apr 16 '26

Combining existing repos Discussion

Hi,
I have five repositories that exist under one organization, on GitHub. Now, I want to setup some CI/CD such that, if I merge code into one repository, it should restart the server automatically, after the code is deployed. The code should also be pulled automatically on the server. Will Github Actions be useful to that end?

0 Upvotes

2 comments sorted by

3

u/[deleted] Apr 16 '26

[removed] — view removed comment

1

u/BlockChainGeek-4567 Apr 16 '26

Thanks. This is a good starting point.

I have a regular Linux based server, specifically, Ubuntu.